Uses of Interface
org.eclipse.jetty.security.Authenticator
-
Packages that use Authenticator Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.security.jaspi Jetty Jaspi : Java Authentication SPIorg.eclipse.jetty.security.openid -
-
Uses of Authenticator in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return Authenticator Modifier and Type Method Description Authenticator
Authenticator.Factory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
Authenticator
DefaultAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
Authenticator
SecurityHandler. getAuthenticator()
Methods in org.eclipse.jetty.security with parameters of type Authenticator Modifier and Type Method Description 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 Authenticator Modifier and Type Class Description class
BasicAuthenticator
class
ClientCertAuthenticator
class
ConfigurableSpnegoAuthenticator
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.class
DigestAuthenticator
The nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge".class
FormAuthenticator
FORM Authenticator.class
LoginAuthenticator
class
SpnegoAuthenticator
Deprecated.useConfigurableSpnegoAuthenticator
instead. -
Uses of Authenticator in org.eclipse.jetty.security.jaspi
Classes in org.eclipse.jetty.security.jaspi that implement Authenticator Modifier and Type Class Description class
JaspiAuthenticator
Methods in org.eclipse.jetty.security.jaspi that return Authenticator Modifier and Type Method Description Authenticator
JaspiAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-
Uses of Authenticator in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Authenticator Modifier and Type Class Description class
OpenIdAuthenticator
Implements authentication using OpenId Connect on top of OAuth 2.0.Methods in org.eclipse.jetty.security.openid that return Authenticator Modifier and Type Method Description Authenticator
OpenIdAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-