org.jasig.cas.authentication.handler
Class PlainTextPasswordEncoder

java.lang.Object
  extended by org.jasig.cas.authentication.handler.PlainTextPasswordEncoder
All Implemented Interfaces:
PasswordEncoder

public final class PlainTextPasswordEncoder
extends java.lang.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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia

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

PlainTextPasswordEncoder

public PlainTextPasswordEncoder()
Method Detail

encode

public java.lang.String encode(java.lang.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-2010 Java Architectures Special Interest Group. All Rights Reserved.