Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator
Packages that use 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
Subclasses of LoginAuthenticator in org.eclipse.jetty.ee10.security.jaspiModifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Jakarta Authentication to Jetty Security. -
Uses of LoginAuthenticator in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security with parameters of type LoginAuthenticatorModifier and TypeMethodDescriptionstatic AuthenticationState.Deferred
AuthenticationState.defer
(LoginAuthenticator loginAuthenticator) -
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.authenticationModifier 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.Constructors in org.eclipse.jetty.security.authentication with parameters of type LoginAuthenticator -
Uses of LoginAuthenticator in org.eclipse.jetty.security.internal
Fields in org.eclipse.jetty.security.internal declared as LoginAuthenticatorModifier and TypeFieldDescriptionprotected final LoginAuthenticator
DeferredAuthenticationState._authenticator
Constructors in org.eclipse.jetty.security.internal with parameters of type LoginAuthenticator -
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.