| Package | Description |
|---|---|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| 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 |
|---|---|
boolean |
SimpleTestUsernamePasswordAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials) |
protected abstract boolean |
AbstractUsernamePasswordAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
Abstract convenience method that assumes the credentials passed in are a
subclass of UsernamePasswordCredentials.
|
protected boolean |
JaasAuthenticationHandler.authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials) |
| Modifier and Type | Class and Description |
|---|---|
class |
RememberMeUsernamePasswordCredentials
Handles both remember me services and username and password.
|
Copyright © 2004-2012 Jasig. All Rights Reserved.