org.jasig.cas.authentication.handler
Class PlainTextPasswordEncoder
java.lang.Object
org.jasig.cas.authentication.handler.PlainTextPasswordEncoder
- All Implemented Interfaces:
- PasswordEncoder
public final class PlainTextPasswordEncoder
- extends Object
- implements PasswordEncoder
Default password encoder for the case where no password encoder is needed.
Encoding results in the same password that was passed in.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
|
Method Summary |
String |
encode(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 |
PlainTextPasswordEncoder
public PlainTextPasswordEncoder()
encode
public String encode(String password)
- Description copied from interface:
PasswordEncoder
- Method that actually performs the transformation of the plaintext
password into the encrypted password.
- Specified by:
encode in interface PasswordEncoder
- Parameters:
password - the password to translate
- Returns:
- the transformed version of the password
Copyright © 2004-2013 Jasig. All Rights Reserved.