| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RememberMeUsernamePasswordCredential
Handles both remember me services and username and password.
|
| Modifier and Type | Method and Description |
|---|---|
protected HandlerResult |
AcceptUsersAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredential credential)
Authenticates a username/password credential by an arbitrary strategy.
|
| Modifier and Type | Method and Description |
|---|---|
protected HandlerResult |
JaasAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredential credential)
Authenticates a username/password credential by an arbitrary strategy.
|
protected abstract HandlerResult |
AbstractUsernamePasswordAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredential transformedCredential)
Authenticates a username/password credential by an arbitrary strategy.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.