Uses of Interface
org.eclipse.jetty.security.Authenticator.Factory
-
Packages that use Authenticator.Factory Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.jaspi Jetty Jaspi : Java Authentication SPIorg.eclipse.jetty.security.openid -
-
Uses of Authenticator.Factory in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Authenticator.Factory Modifier and Type Class Description classDefaultAuthenticatorFactoryThe Default Authenticator Factory.Fields in org.eclipse.jetty.security declared as Authenticator.Factory Modifier and Type Field Description private Authenticator.FactorySecurityHandler. _authenticatorFactoryFields in org.eclipse.jetty.security with type parameters of type Authenticator.Factory Modifier and Type Field Description private static java.util.List<Authenticator.Factory>SecurityHandler. __knownAuthenticatorFactoriesMethods in org.eclipse.jetty.security that return Authenticator.Factory Modifier and Type Method Description Authenticator.FactorySecurityHandler. getAuthenticatorFactory()Methods in org.eclipse.jetty.security that return types with arguments of type Authenticator.Factory Modifier and Type Method Description java.util.List<Authenticator.Factory>SecurityHandler. getKnownAuthenticatorFactories()Methods in org.eclipse.jetty.security with parameters of type Authenticator.Factory Modifier and Type Method Description voidSecurityHandler. setAuthenticatorFactory(Authenticator.Factory authenticatorFactory) -
Uses of Authenticator.Factory in org.eclipse.jetty.security.jaspi
Classes in org.eclipse.jetty.security.jaspi that implement Authenticator.Factory Modifier and Type Class Description classJaspiAuthenticatorFactory -
Uses of Authenticator.Factory in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Authenticator.Factory Modifier and Type Class Description classOpenIdAuthenticatorFactory
-