pl.edu.icm.yadda.service2.user.hashing
Class PassthroughPasswordHasher
java.lang.Object
pl.edu.icm.yadda.service2.user.hashing.PassthroughPasswordHasher
- All Implemented Interfaces:
- pl.edu.icm.yadda.service2.user.hashing.IPasswordHasher
public class PassthroughPasswordHasher
- extends Object
- implements pl.edu.icm.yadda.service2.user.hashing.IPasswordHasher
Password hasher simply passing through source password.
- Author:
- mhorst
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PassthroughPasswordHasher
public PassthroughPasswordHasher()
hash
public String hash(String source)
- Specified by:
hash
in interface pl.edu.icm.yadda.service2.user.hashing.IPasswordHasher
validate
public boolean validate(String hashed,
String candidate)
- Specified by:
validate
in interface pl.edu.icm.yadda.service2.user.hashing.IPasswordHasher
Copyright © 2002-2011 ICM, Warsaw University. All Rights Reserved.