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.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 class
DefaultAuthenticatorFactory
The Default Authenticator Factory.Fields in org.eclipse.jetty.security declared as Authenticator.Factory Modifier and Type Field Description private Authenticator.Factory
SecurityHandler. _authenticatorFactory
Fields 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. __knownAuthenticatorFactories
Methods in org.eclipse.jetty.security that return Authenticator.Factory Modifier and Type Method Description Authenticator.Factory
SecurityHandler. 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 void
SecurityHandler. setAuthenticatorFactory(Authenticator.Factory authenticatorFactory)
-
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 class
OpenIdAuthenticatorFactory
-