Package org.marketcetera.admin.service
Interface PasswordService
-
public interface PasswordServiceProvides password services.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHash(String inRawPassword)Get the hash of the given value.booleanmatches(String inRawPassword, String inHashedPassword)Indicates if the given raw password is equivalent to the given hashed value.
-