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 classDefaultAuthenticatorFactoryThe Default Authenticator Factory.Methods in org.eclipse.jetty.security that return Authenticator.Factory Modifier and Type Method Description Authenticator.FactorySecurityHandler. getAuthenticatorFactory()Methods in org.eclipse.jetty.security with parameters of type Authenticator.Factory Modifier and Type Method Description voidSecurityHandler. setAuthenticatorFactory(Authenticator.Factory authenticatorFactory)
-