|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordEncoder | |
|---|---|
| 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. |
| Uses of PasswordEncoder in org.jasig.cas.authentication.handler |
|---|
| Classes in org.jasig.cas.authentication.handler that implement PasswordEncoder | |
|---|---|
class |
DefaultPasswordEncoder
Implementation of PasswordEncoder using message digest. |
class |
PlainTextPasswordEncoder
Default password encoder for the case where no password encoder is needed. |
| Uses of PasswordEncoder in org.jasig.cas.authentication.handler.support |
|---|
| Methods in org.jasig.cas.authentication.handler.support that return PasswordEncoder | |
|---|---|
protected PasswordEncoder |
AbstractUsernamePasswordAuthenticationHandler.getPasswordEncoder()
Method to return the PasswordEncoder to be used to encode passwords. |
| Methods in org.jasig.cas.authentication.handler.support with parameters of type PasswordEncoder | |
|---|---|
void |
AbstractUsernamePasswordAuthenticationHandler.setPasswordEncoder(PasswordEncoder passwordEncoder)
Sets the PasswordEncoder to be used with this class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||