br.com.arsmachina.authentication.controller.impl
Class DummyPasswordEncrypter
java.lang.Object
br.com.arsmachina.authentication.controller.impl.DummyPasswordEncrypter
- All Implemented Interfaces:
- PasswordEncrypter
public class DummyPasswordEncrypter
- extends Object
- implements PasswordEncrypter
PasswordEncrypter implementation that does not really encrypt passwords.
- Author:
- Thiago H. de Paula Figueiredo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyPasswordEncrypter
public DummyPasswordEncrypter()
encrypt
public String encrypt(String password)
- Returns
password unchanged.
- Specified by:
encrypt in interface PasswordEncrypter
- Parameters:
password - a String.
- Returns:
password.- See Also:
PasswordEncrypter.encrypt(java.lang.String)
Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.