| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.authentication.principal |
Credentials is a marker interface for an opaque object that may be recognized by
Handlers and Resolvers.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialsToPrincipalResolver |
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.getCredentialsToPrincipalResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMappingAuthenticationManagerImpl.DirectAuthenticationHandlerMappingHolder.setCredentialsToPrincipalResolver(CredentialsToPrincipalResolver credentialsToPrincipalResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationManagerImpl.setCredentialsToPrincipalResolvers(List<CredentialsToPrincipalResolver> credentialsToPrincipalResolvers) |
| Constructor and Description |
|---|
LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager(Map<AuthenticationHandler,CredentialsToPrincipalResolver> linkedHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPersonDirectoryCredentialsToPrincipalResolver |
class |
HttpBasedServiceCredentialsToPrincipalResolver
HttpBasedServiceCredentialsToPrincipalResolver extracts the callbackUrl from
the HttpBasedServiceCredentials and constructs a SimpleService with the
callbackUrl as the unique Id.
|
class |
UsernamePasswordCredentialsToPrincipalResolver
Implementation of CredentialsToPrincipalResolver for Credentials based on
UsernamePasswordCredentials when a SimplePrincipal (username only) is
sufficient.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.