|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordEncoder
Interface to provide a standard way to translate a plaintext password into a different representation of that password so that the password may be compared with the stored encrypted password without having to decode the encrypted password.
PasswordEncoders are useful because often the stored passwords are encoded with a one way hash function which makes them almost impossible to decode.
This is a published and supported CAS Server 3 API.
| Method Summary | |
|---|---|
java.lang.String |
encode(java.lang.String password)
Method that actually performs the transformation of the plaintext password into the encrypted password. |
| Method Detail |
|---|
java.lang.String encode(java.lang.String password)
password - the password to translate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||