Package org.eclipse.jetty.security.authentication
package org.eclipse.jetty.security.authentication
Jetty Security : Authenticators and Callbacks
-
ClassDescriptionThe nonce max age in ms can be set with the
SecurityHandler.setParameter(String, String)
using the name "maxNonceAge".FORM Authenticator.This Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..Base class for representing a successful authentication state.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.A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.CLIENT-CERT authenticator.