Class PasswordPolicySpecialCharacterRuleImpl
java.lang.Object
org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
- All Implemented Interfaces:
- PasswordPolicyRule
- Author:
- Miklas Boskamp
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanChecks the given password against this rule.Additional parameter that can be used to display a meaningful description.Placeholder string that can be used to display a description of this rule.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.identity.PasswordPolicyRuleexecute
- 
Field Details- 
SPECIALCHARACTERS- See Also:
 
- 
PLACEHOLDER- See Also:
 
- 
minSpecialprotected int minSpecial
 
- 
- 
Constructor Details- 
PasswordPolicySpecialCharacterRuleImplpublic PasswordPolicySpecialCharacterRuleImpl(int minSpecial) 
 
- 
- 
Method Details- 
getPlaceholderDescription copied from interface:PasswordPolicyRulePlaceholder string that can be used to display a description of this rule. The actual description text must be managed on the calling side.- Specified by:
- getPlaceholderin interface- PasswordPolicyRule
- Returns:
- the placeholder for the description text.
 
- 
getParametersDescription copied from interface:PasswordPolicyRuleAdditional parameter that can be used to display a meaningful description.- Specified by:
- getParametersin interface- PasswordPolicyRule
- Returns:
- a map of parameters
 
- 
executeDescription copied from interface:PasswordPolicyRuleChecks the given password against this rule.Heads-up: The return value is not respected when PasswordPolicyRule.execute(String, User)is implemented.- Specified by:
- executein interface- PasswordPolicyRule
- Parameters:
- password- which is checked against a password policy
- Returns:
- trueif the given password matches this rule.- falseif the given password is not compliant with this rule.
 
 
-