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 Callbacks -
-
Uses of Authenticator in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return Authenticator Modifier and Type Method Description AuthenticatorAuthenticator.Factory. getAuthenticator(org.eclipse.jetty.server.Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)AuthenticatorDefaultAuthenticatorFactory. getAuthenticator(org.eclipse.jetty.server.Server server, ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)AuthenticatorSecurityHandler. getAuthenticator()Methods in org.eclipse.jetty.security with parameters of type Authenticator Modifier and Type Method Description voidSecurityHandler. 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 classBasicAuthenticatorclassClientCertAuthenticatorclassConfigurableSpnegoAuthenticatorA LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.classDigestAuthenticatorThe nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)using the name "maxNonceAge".classFormAuthenticatorFORM Authenticator.classLoginAuthenticatorclassSpnegoAuthenticatorDeprecated.useConfigurableSpnegoAuthenticatorinstead.
-