public class PasswordPolicyUpperCaseRuleImpl extends Object implements PasswordPolicyRule
Modifier and Type | Field and Description |
---|---|
protected int |
minUpperCase |
static String |
PLACEHOLDER |
Constructor and Description |
---|
PasswordPolicyUpperCaseRuleImpl(int minUpperCase) |
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.
|
public static final String PLACEHOLDER
protected int minUpperCase
public PasswordPolicyUpperCaseRuleImpl(int minUpperCase)
public String getPlaceholder()
PasswordPolicyRule
getPlaceholder
in interface PasswordPolicyRule
public Map<String,String> getParameters()
PasswordPolicyRule
getParameters
in interface PasswordPolicyRule
public boolean execute(String password)
PasswordPolicyRule
execute
in interface PasswordPolicyRule
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.