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
Jetty Jaspi : Java Authentication SPI
-
Uses of LoginAuthenticator in org.eclipse.jetty.security
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
Deprecated.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
CLIENT-CERT authenticator.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 -
Uses of LoginAuthenticator in org.eclipse.jetty.security.jaspi
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.jaspiModifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Javax Authentication to Jetty Security. -
Uses of LoginAuthenticator in org.eclipse.jetty.security.openid
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.openidModifier and TypeClassDescriptionclass
Implements authentication using OpenId Connect on top of OAuth 2.0.
SslClientCertAuthenticator