| 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 | Class and Description |
|---|---|
class |
SuccessfulHandlerMetaDataPopulator
Sets an authentication attribute containing the collection of authentication handlers (by name) that successfully
authenticated credential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyBasedAuthenticationManager.setAuthenticationMetaDataPopulators(List<AuthenticationMetaDataPopulator> populators)
Sets the authentication metadata populators that will be applied to every successful authentication event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RememberMeAuthenticationMetaDataPopulator
Determines if the credential provided are for Remember Me Services and then sets the appropriate
Authentication attribute if remember me services have been requested.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.