public class HistoryPasswordPolicyProvider extends Object implements PasswordPolicyProvider
INT_CONFIG_TYPE, STRING_CONFIG_TYPE| Constructor and Description |
|---|
HistoryPasswordPolicyProvider(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
parseConfig(String value) |
PolicyError |
validate(RealmModel realm,
UserModel user,
String password) |
PolicyError |
validate(String username,
String password) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseIntegerpublic HistoryPasswordPolicyProvider(KeycloakSession session)
public PolicyError validate(String username, String password)
validate in interface PasswordPolicyProviderpublic PolicyError validate(RealmModel realm, UserModel user, String password)
validate in interface PasswordPolicyProviderpublic Object parseConfig(String value)
parseConfig in interface PasswordPolicyProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.