| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptUsersAuthenticationHandler
Handler that contains a list of valid users and passwords.
|
| 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 UsernamePasswordCredential.
|
class |
HttpBasedServiceCredentialsAuthenticationHandler
Class to validate the credential presented by communicating with the web
server and checking the certificate that is returned against the hostname,
etc.
|
class |
JaasAuthenticationHandler
JAAS Authentication Handler for CAAS.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.