@UESComponent public interface AccountHistoryManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
areCredentialsInHistory(java.lang.String identity,
Checks if credentials are stored in history of given length.
|
boolean |
isPrincipalInHistory(java.lang.String identity,
Checks if principal is stored in history of given length.
|
void |
storeCredentials(java.lang.String identity,
Stores credentials into history.
|
void |
storePrincipal(java.lang.String identity,
Stores principal into history.
|
identity - IdentitysecurityRealm - Security realmprincipal - Principal to be checkedhistoryLength - Expected length of historyidentity - IdentitysecurityRealm - Security realmprincipal - Principal to be storedhistoryLength - Required length of historyidentity - IdentitysecurityRealm - Security realmcredentials - Credentials to be checkedhistoryLength - Expected length of historyidentity - IdentitysecurityRealm - Security realmcredentials - Credentials to be storedalgorithm - Credentials hashing algorithm configurationhistoryLength - Required length of history