Package org.apereo.cas.authentication.handler.support
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.
- Since:
- 3.0
-
Class Summary 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 UsernamePasswordCredential.HttpBasedServiceCredentialsAuthenticationHandler Class to validate the credential presented by communicating with the web server and checking the certificate that is returned against the hostname, etc.