public interface JDBCHashStrategy
Modifier and Type | Method and Description |
---|---|
String |
computeHash(String password,
String salt)
Compute the hashed password given the unhashed password and the salt
|
String |
getHashedStoredPwd(JsonArray row)
Retrieve the hashed password from the result of the authentication query
|
String |
getSalt(JsonArray row)
Retrieve the salt from the result of the authentication query
|
String computeHash(String password, String salt)
password
- the unhashed passwordsalt
- the saltString getHashedStoredPwd(JsonArray row)
row
- the rowCopyright © 2015. All Rights Reserved.