| Package | Description |
|---|---|
| org.jasig.cas.authentication.handler |
The handler package contains the classes used to authenticate a user.
|
| org.jasig.cas.authentication.handler.support |
Authentication.support contains the specific implementations of
the AuthenticationHandler interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPasswordEncoder
Implementation of PasswordEncoder using message digest.
|
class |
PlainTextPasswordEncoder
Default password encoder for the case where no password encoder is needed.
|
| Modifier and Type | Method and Description |
|---|---|
protected PasswordEncoder |
AbstractUsernamePasswordAuthenticationHandler.getPasswordEncoder()
Method to return the PasswordEncoder to be used to encode passwords.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUsernamePasswordAuthenticationHandler.setPasswordEncoder(PasswordEncoder passwordEncoder)
Sets the PasswordEncoder to be used with this class.
|
Copyright © 2004-2014 Jasig. All Rights Reserved.