Package org.eclipse.jetty.security.authentication
package org.eclipse.jetty.security.authentication
Jetty Security : Authenticators and Callbacks
-
ClassDescriptionA service to query for user roles.Deprecated.A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.The nonce max age in ms can be set with the
SecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge".FORM Authenticator.This Authentication represents a just completed Form authentication.This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.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.CLIENT-CERT authenticator.
SslClientCertAuthenticator