Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator
Packages that use LoginAuthenticator
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of LoginAuthenticator in org.eclipse.jetty.security
Fields in org.eclipse.jetty.security declared as LoginAuthenticatorModifier and TypeFieldDescriptionprivate LoginAuthenticator
LoggedOutAuthentication._authenticator
Constructors in org.eclipse.jetty.security with parameters of type LoginAuthenticator -
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.authenticationModifier and TypeClassDescriptionclass
class
class
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.class
The nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge".class
FORM Authenticator.class
Deprecated.Fields in org.eclipse.jetty.security.authentication declared as LoginAuthenticatorModifier and TypeFieldDescriptionprotected final LoginAuthenticator
DeferredAuthentication._authenticator
Constructors in org.eclipse.jetty.security.authentication with parameters of type LoginAuthenticator
ConfigurableSpnegoAuthenticator
instead.