public interface CredentialsStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCredentials(String userName,
String providedPasswordHash,
String storedCredentials) |
String |
cryptCredentialsForStorage(String userName,
String providedPasswordHash) |
Copyright © 2014. All Rights Reserved.