public interface PasswordPolicyRule
PasswordPolicy
. All rules attached to a
PasswordPolicy
must be matched by passwords for engine-managed users
to be policy compliant.Modifier and Type | Method and Description |
---|---|
boolean |
execute(String password)
Checks the given password against this rule.
|
Map<String,String> |
getParameters()
Additional parameter that can be used to display a meaningful description.
|
String |
getPlaceholder()
Placeholder string that can be used to display a description of this rule.
|
String getPlaceholder()
Map<String,String> getParameters()
boolean execute(String password)
password
- the string that should be checkedtrue
if the given password matches this rule.
false
if the given password is not compliant with this
rule.Copyright © 2022. All rights reserved.