| 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 |
AbstractAuthenticationHandler
Base class for all authentication handlers that support configurable naming.
|
class |
AcceptUsersAuthenticationHandler
Handler that contains a list of valid users and passwords.
|
| Constructor and Description |
|---|
HandlerResult(AuthenticationHandler source,
CredentialMetaData metaData) |
HandlerResult(AuthenticationHandler source,
CredentialMetaData metaData,
List<Message> warnings) |
HandlerResult(AuthenticationHandler source,
CredentialMetaData metaData,
Principal p) |
HandlerResult(AuthenticationHandler source,
CredentialMetaData metaData,
Principal p,
List<Message> warnings) |
PolicyBasedAuthenticationManager(AuthenticationHandler... handlers)
Creates a new authentication manager with a varargs array of authentication handlers that are attempted in the
listed order for supported credentials.
|
| Constructor and Description |
|---|
PolicyBasedAuthenticationManager(List<AuthenticationHandler> handlers)
Creates a new authentication manager with a list of authentication handlers that are attempted in the
listed order for supported credentials.
|
PolicyBasedAuthenticationManager(Map<AuthenticationHandler,PrincipalResolver> map)
Creates a new authentication manager with a map of authentication handlers to the principal resolvers that
should be used upon successful authentication if no principal is resolved by the authentication handler.
|
| 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-2014 Jasig. All Rights Reserved.