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 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.
|
| JaasAuthenticationHandler |
JAAS Authentication Handler for CAAS.
|
| JaasAuthenticationHandler.UsernamePasswordCallbackHandler |
A simple JAAS CallbackHandler which accepts a Name String and Password
String in the constructor.
|