| 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 |
|---|---|
AuthenticationBuilder |
AuthenticationBuilder.addAttribute(String key,
Object value)
Adds an authentication metadata attribute key-value pair.
|
AuthenticationBuilder |
AuthenticationBuilder.addCredential(CredentialMetaData credential)
Adds metadata about a credential presented for authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.addFailure(String key,
Class<? extends Exception> value)
Adds an authentication failure to the map of handler names to the authentication handler failures.
|
AuthenticationBuilder |
AuthenticationBuilder.addSuccess(String key,
HandlerResult value)
Adds an authentication success to the map of handler names to successful authentication handler results.
|
protected AuthenticationBuilder |
PolicyBasedAuthenticationManager.authenticateInternal(Credential... credentials)
Follows the same contract as
AuthenticationManager.authenticate(Credential...). |
static AuthenticationBuilder |
AuthenticationBuilder.newInstance(Authentication source)
Creates a new builder initialized with data from the given authentication source.
|
AuthenticationBuilder |
AuthenticationBuilder.setAttributes(Map<String,Object> attributes)
Sets the authentication metadata attributes.
|
AuthenticationBuilder |
AuthenticationBuilder.setAuthenticationDate(Date d)
Sets the authentication date and returns this instance.
|
AuthenticationBuilder |
AuthenticationBuilder.setCredentials(List<CredentialMetaData> credentials)
Sets the list of metadata about credentials presented for authentication.
|
AuthenticationBuilder |
AuthenticationBuilder.setFailures(Map<String,Class<? extends Exception>> failures)
Sets the authentication handler failure map.
|
AuthenticationBuilder |
AuthenticationBuilder.setPrincipal(Principal p)
Sets the principal returns this instance.
|
AuthenticationBuilder |
AuthenticationBuilder.setSuccesses(Map<String,HandlerResult> successes)
Sets the authentication handler success map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuccessfulHandlerMetaDataPopulator.populateAttributes(AuthenticationBuilder builder,
Credential credential) |
void |
AuthenticationMetaDataPopulator.populateAttributes(AuthenticationBuilder builder,
Credential credential)
Adds authentication metadata attributes on successful authentication of the given credential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RememberMeAuthenticationMetaDataPopulator.populateAttributes(AuthenticationBuilder builder,
Credential credential) |
Copyright © 2004-2015 Apereo. All Rights Reserved.