|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.authentication.handler.PlainTextPasswordEncoder
public final class PlainTextPasswordEncoder
Default password encoder for the case where no password encoder is needed. Encoding results in the same password that was passed in.
| Constructor Summary | |
|---|---|
PlainTextPasswordEncoder()
|
|
| Method Summary | |
|---|---|
java.lang.String |
encode(java.lang.String password)
Method that actually performs the transformation of the plaintext password into the encrypted password. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlainTextPasswordEncoder()
| Method Detail |
|---|
public java.lang.String encode(java.lang.String password)
PasswordEncoder
encode in interface PasswordEncoderpassword - the password to translate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||