Uses of Class
org.eclipse.jetty.security.authentication.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
-
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Modifier 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.Modifier and TypeFieldDescriptionprotected final LoginAuthenticator
DeferredAuthentication._authenticator
-
Uses of LoginAuthenticator in org.eclipse.jetty.security.jaspi
Modifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Javax Authentication to Jetty Security. -
Uses of LoginAuthenticator in org.eclipse.jetty.security.openid
Modifier and TypeClassDescriptionclass
Implements authentication using OpenId Connect on top of OAuth 2.0.
SslClientCertAuthenticator