Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator
-
Packages that use LoginAuthenticator Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacks -
-
Uses of LoginAuthenticator in org.eclipse.jetty.security
Constructors in org.eclipse.jetty.security with parameters of type LoginAuthenticator Constructor Description LoggedOutAuthentication(LoginAuthenticator authenticator) -
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.authentication Modifier and Type Class Description classBasicAuthenticatorclassClientCertAuthenticatorclassConfigurableSpnegoAuthenticatorA LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.classDigestAuthenticatorThe nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)using the name "maxNonceAge".classFormAuthenticatorFORM Authenticator.Fields in org.eclipse.jetty.security.authentication declared as LoginAuthenticator Modifier and Type Field Description protected LoginAuthenticatorDeferredAuthentication. _authenticatorConstructors in org.eclipse.jetty.security.authentication with parameters of type LoginAuthenticator Constructor Description DeferredAuthentication(LoginAuthenticator authenticator)
-