See: Description
| Class | Description |
|---|---|
| AbstractPreAndPostProcessingAuthenticationHandler |
Abstract authentication handler that allows deployers to utilize the bundled
AuthenticationHandlers while providing a mechanism to perform tasks before
and after authentication.
|
| AbstractUsernamePasswordAuthenticationHandler |
Abstract class to override supports so that we don't need to duplicate the
check for UsernamePasswordCredentials.
|
| HttpBasedServiceCredentialsAuthenticationHandler |
Class to validate the credentials presented by communicating with the web
server and checking the certificate that is returned against the hostname,
etc.
|
| JaasAuthenticationHandler |
JAAS Authentication Handler for CAAS.
|
| JaasAuthenticationHandler.UsernamePasswordCallbackHandler |
A simple JAAS CallbackHandler which accepts a Name String and Password
String in the constructor.
|
| SimpleTestUsernamePasswordAuthenticationHandler |
Simple test implementation of a AuthenticationHandler that returns true if
the username and password match.
|
Authentication.support contains the specific implementations of the AuthenticationHandler interface. These implementations are designed to authenticate a specific type of Credential.
AuthenticationHandlers are normally associated with the provided AuthenticationManagerImpl which handles all aspects of the request for Authentication.
Copyright © 2004-2012 Jasig. All Rights Reserved.