Uses of Interface
org.eclipse.jetty.security.Authenticator
Packages that use Authenticator
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of Authenticator in org.eclipse.jetty.security
Fields in org.eclipse.jetty.security declared as AuthenticatorMethods in org.eclipse.jetty.security that return AuthenticatorModifier 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()
Methods in org.eclipse.jetty.security with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoid
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
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
Deprecated.
ConfigurableSpnegoAuthenticator
instead.