Class CharacterClassConstraint
java.lang.Object
com.atlassian.crowd.directory.password.constraint.CharacterClassConstraint
- All Implemented Interfaces:
PasswordConstraint
Password constraint which analyzes the character types of a password.
There are 4 available character classes we can set a minimum for and
passwords must match minimumRulesMatched of them
- Since:
- 5.3.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
validate
(ValidatePasswordRequest validatePasswordRequest) Validates the given credential according to this constraint's rules.
-
Method Details
-
validate
Description copied from interface:PasswordConstraint
Validates the given credential according to this constraint's rules.- Specified by:
validate
in interfacePasswordConstraint
- Parameters:
validatePasswordRequest
- a ValidatePasswordRequest- Returns:
- whether the password satisfies this constraint
-
builder
-