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 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)
-
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 class
JaspiAuthenticatorFactory
-
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
-