Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of LoginAuthenticator in org.eclipse.jetty.ee10.security.jaspi
Modifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Jakarta Authentication to Jetty Security. -
Uses of LoginAuthenticator in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionstatic AuthenticationState.Deferred
AuthenticationState.defer
(LoginAuthenticator loginAuthenticator) -
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Modifier and TypeClassDescriptionclass
class
The nonce max age in ms can be set with theSecurityHandler.setParameter(String, String)
using the name "maxNonceAge".class
FORM Authenticator.class
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.class
CLIENT-CERT authenticator. -
Uses of LoginAuthenticator in org.eclipse.jetty.security.internal
Modifier and TypeFieldDescriptionprotected final LoginAuthenticator
DeferredAuthenticationState._authenticator
-
Uses of LoginAuthenticator in org.eclipse.jetty.security.openid
Modifier and TypeClassDescriptionclass
Implements authentication using OpenId Connect on top of OAuth 2.0.