public interface ICustomHashAlgo
Modifier and Type | Method and Description |
---|---|
byte[] |
getHashedPassword(java.lang.String username,
java.lang.String password)
Method to get the hashed password from the custom hashing algorithm
|
boolean |
isPasswordHashed(java.lang.String username,
java.lang.String password)
Method to check whether the password is already hashed with custom algorithm or not
|
byte[] getHashedPassword(java.lang.String username, java.lang.String password) throws WIMException
username
- password
- WIMException
boolean isPasswordHashed(java.lang.String username, java.lang.String password) throws WIMException
username
- password
- WIMException