| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.authentication.handler |
The handler package contains the classes used to authenticate a user.
|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationHandler |
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.getAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
AuthenticationManagerImpl.authenticateAndObtainPrincipal(Credentials credentials) |
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
DirectMappingAuthenticationManagerImpl.authenticateAndObtainPrincipal(Credentials credentials) |
protected abstract AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
AbstractAuthenticationManager.authenticateAndObtainPrincipal(Credentials credentials)
Follows the same rules as the "authenticate" method (i.e.
|
protected AbstractAuthenticationManager.Pair<AuthenticationHandler,Principal> |
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager.authenticateAndObtainPrincipal(Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.setAuthenticationHandler(AuthenticationHandler authenticationHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationManagerImpl.setAuthenticationHandlers(List<AuthenticationHandler> authenticationHandlers) |
| Constructor and Description |
|---|
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NamedAuthenticationHandler
Offers AuthenticationHandlers a way to identify themselves by a
user-configured name.
|
| 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 |
HttpBasedServiceCredentialsAuthenticationHandler
Class to validate the credentials 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.
|
class |
SimpleTestUsernamePasswordAuthenticationHandler
Simple test implementation of a AuthenticationHandler that returns true if
the username and password match.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.