| Package | Description |
|---|---|
| org.jasig.cas.authentication |
Authentication validates the Credentials provided during a /login
request.
|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| org.jasig.cas.authentication.support |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
HandlerResult.getWarnings() |
| Constructor and Description |
|---|
HandlerResult(AuthenticationHandler source,
CredentialMetaData metaData,
List<Message> warnings) |
HandlerResult(AuthenticationHandler source,
CredentialMetaData metaData,
Principal p,
List<Message> warnings) |
| Modifier and Type | Method and Description |
|---|---|
protected HandlerResult |
AbstractUsernamePasswordAuthenticationHandler.createHandlerResult(Credential credential,
Principal principal,
List<Message> warnings)
Helper method to construct a handler result
on successful authentication events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordExpiringWarningMessage
Message conveying account password expiration warning details.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.