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 Jetty -
-
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.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)
-