| Package | Description |
|---|---|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPreAndPostProcessingAuthenticationHandler
Abstract authentication handler that allows deployers to utilize the bundled
AuthenticationHandlers while providing a mechanism to perform tasks before
and after authentication.
|
class |
AbstractUsernamePasswordAuthenticationHandler
Abstract class to override supports so that we don't need to duplicate the
check for UsernamePasswordCredentials.
|
class |
JaasAuthenticationHandler
JAAS Authentication Handler for CAAS.
|
class |
SimpleTestUsernamePasswordAuthenticationHandler
Simple test implementation of a AuthenticationHandler that returns true if
the username and password match.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.