public class PasswordPolicyLowerCaseRuleImpl extends Object implements PasswordPolicyRule
| Modifier and Type | Field and Description | 
|---|---|
| protected int | minLowerCase | 
| static String | PLACEHOLDER | 
| Constructor and Description | 
|---|
| PasswordPolicyLowerCaseRuleImpl(int minLowerCase) | 
| 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 minLowerCase
public PasswordPolicyLowerCaseRuleImpl(int minLowerCase)
public String getPlaceholder()
PasswordPolicyRulegetPlaceholder in interface PasswordPolicyRulepublic Map<String,String> getParameters()
PasswordPolicyRulegetParameters in interface PasswordPolicyRulepublic boolean execute(String password)
PasswordPolicyRuleexecute in interface PasswordPolicyRulepassword - 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 © 2021. All rights reserved.