Package org.eclipse.jetty.security.authentication
Jetty Security : Authenticators and Callbacks
-
Interface Summary Interface Description AuthorizationService A service to query for user roles.LoginCallback This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well. -
Class Summary Class Description BasicAuthenticator ClientCertAuthenticator ConfigurableSpnegoAuthenticator A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.DeferredAuthentication DigestAuthenticator The nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge".FormAuthenticator FORM Authenticator.FormAuthenticator.FormAuthentication This Authentication represents a just completed Form authentication.FormAuthenticator.FormRequest FormAuthenticator.FormResponse LoginAuthenticator LoginCallbackImpl This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.SessionAuthentication SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.SpnegoAuthenticator Deprecated. useConfigurableSpnegoAuthenticator
instead.