Uses of Interface
org.eclipse.jetty.security.Authenticator
Packages that use Authenticator
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Jaspi : Java Authentication SPI
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of Authenticator in org.eclipse.jetty.ee10.security.jaspi
Classes in org.eclipse.jetty.ee10.security.jaspi that implement AuthenticatorModifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Jakarta Authentication to Jetty Security.Methods in org.eclipse.jetty.ee10.security.jaspi that return AuthenticatorModifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Authenticator in org.eclipse.jetty.ee11.security.jaspi
Classes in org.eclipse.jetty.ee11.security.jaspi that implement AuthenticatorModifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Jakarta Authentication to Jetty Security.Methods in org.eclipse.jetty.ee11.security.jaspi that return AuthenticatorModifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Authenticator in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement AuthenticatorModifier and TypeClassDescriptionstatic class
class
Methods in org.eclipse.jetty.security that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) DefaultAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) SecurityHandler.getAuthenticator()
Methods in org.eclipse.jetty.security with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoid
MultiAuthenticator.addAuthenticator
(String pathSpec, Authenticator authenticator) Adds an authenticator which maps to the given pathSpec.void
SecurityHandler.setAuthenticator
(Authenticator authenticator) Set the authenticator. -
Uses of Authenticator in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement AuthenticatorModifier 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
class
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.class
CLIENT-CERT authenticator. -
Uses of Authenticator in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement AuthenticatorModifier and TypeClassDescriptionclass
Implements authentication using OpenId Connect on top of OAuth 2.0.Methods in org.eclipse.jetty.security.openid that return AuthenticatorModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration) -
Uses of Authenticator in org.eclipse.jetty.security.siwe
Classes in org.eclipse.jetty.security.siwe that implement AuthenticatorMethods in org.eclipse.jetty.security.siwe that return AuthenticatorModifier and TypeMethodDescriptionEthereumAuthenticatorFactory.getAuthenticator
(Server server, Context context, Authenticator.Configuration configuration)