| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCredential
Base class for CAS credentials that are safe for long-term storage.
|
class |
BasicCredentialMetaData
Basic credential metadata implementation that stores the original credential ID and the original credential type.
|
class |
HttpBasedServiceCredential
A credential representing an HTTP endpoint given by a URL.
|
class |
OneTimePasswordCredential
Describes a one-time-password credential that contains an optional unique identifier and required password.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialMetaData |
HandlerResult.getCredentialMetaData() |
| Modifier and Type | Method and Description |
|---|---|
List<CredentialMetaData> |
AuthenticationBuilder.getCredentials()
Gets the list of credentials that were attempted to be authenticated.
|
List<CredentialMetaData> |
ImmutableAuthentication.getCredentials() |
List<CredentialMetaData> |
Authentication.getCredentials()
Gets a list of metadata about the credentials supplied at authentication time.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationBuilder |
AuthenticationBuilder.addCredential(CredentialMetaData credential)
Adds metadata about a credential presented for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationBuilder |
AuthenticationBuilder.setCredentials(List<CredentialMetaData> credentials)
Sets the list of metadata about credentials presented for authentication.
|
| 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) |
| Constructor and Description |
|---|
ImmutableAuthentication(Date date,
List<CredentialMetaData> credentials,
Principal principal,
Map<String,Object> attributes,
Map<String,HandlerResult> successes,
Map<String,Class<? extends Exception>> failures)
Creates a new instance with the given data.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.