All Classes and Interfaces

Class
Description
AbstractUserAuthentication Base class for representing an authenticated user.
Authenticator Interface
Authenticator Configuration
Authenticator Factory
 
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
 
 
ConstraintSecurityHandler
The Default Authenticator Factory.
 
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.
 
 
LoggedOutAuthentication An Authentication indicating that a user has been previously, but is not currently logged in, but may be capable of logging in after a call to Request.login(String,String)
 
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.
RoleInfo Badly named class that holds the role and user data constraint info for a path/http method combination, extracted and combined from security constraints.
Abstract SecurityHandler.
 
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.