| 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 | Method and Description |
|---|---|
HandlerResult |
AuthenticationHandler.authenticate(Credential credential)
Authenticates the given credential.
|
protected HandlerResult |
AcceptUsersAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredential credential)
Authenticates a username/password credential by an arbitrary strategy.
|
| Modifier and Type | Method and Description |
|---|---|
HandlerResult |
AbstractPreAndPostProcessingAuthenticationHandler.authenticate(Credential credential)
Authenticates the given credential.
|
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.
|
protected HandlerResult |
AbstractUsernamePasswordAuthenticationHandler.doAuthentication(Credential credential)
Performs the details of authentication and returns an authentication handler result on success.
|
protected abstract HandlerResult |
AbstractPreAndPostProcessingAuthenticationHandler.doAuthentication(Credential credential)
Performs the details of authentication and returns an authentication handler result on success.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.