Uses of Interface
org.eclipse.jetty.security.Authenticator
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
-
Uses of Authenticator in org.eclipse.jetty.security
Modifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) SecurityHandler.getAuthenticator()
Modifier and TypeMethodDescriptionvoid
SecurityHandler.setAuthenticator
(Authenticator authenticator) Set the authenticator. -
Uses of Authenticator 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
class
CLIENT-CERT authenticator. -
Uses of Authenticator in org.eclipse.jetty.security.jaspi
Modifier and TypeClassDescriptionclass
Implementation of JettyLoginAuthenticator
that is a bridge from Javax Authentication to Jetty Security.Modifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of Authenticator in org.eclipse.jetty.security.openid
Modifier and TypeClassDescriptionclass
Implements authentication using OpenId Connect on top of OAuth 2.0.Modifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator
(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
SslClientCertAuthenticator