public interface PasswordPolicyProvider extends Provider
Modifier and Type | Field and Description |
---|---|
static String |
INT_CONFIG_TYPE |
static String |
STRING_CONFIG_TYPE |
Modifier and Type | Method and Description |
---|---|
Object |
parseConfig(String value) |
default Integer |
parseInteger(String value,
Integer defaultValue) |
PolicyError |
validate(RealmModel realm,
UserModel user,
String password) |
PolicyError |
validate(String user,
String password) |
static final String STRING_CONFIG_TYPE
static final String INT_CONFIG_TYPE
PolicyError validate(RealmModel realm, UserModel user, String password)
PolicyError validate(String user, String password)
Copyright © 2019 JBoss by Red Hat. All rights reserved.