Class PasswordScoreConstraint
java.lang.Object
com.atlassian.crowd.directory.password.constraint.PasswordScoreConstraint
- All Implemented Interfaces:
PasswordConstraint
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordScoreConstraint(PasswordScore passwordScore, PasswordScoreService passwordScoreService) -
Method Summary
-
Constructor Details
-
PasswordScoreConstraint
public PasswordScoreConstraint(PasswordScore passwordScore, PasswordScoreService passwordScoreService) - Parameters:
passwordScore- a minimum calculated score the password must matchpasswordScoreService- A service to calculate the score of aPasswordCredential
-
-
Method Details
-
validate
- Specified by:
validatein interfacePasswordConstraint
-
getMinimumPasswordScore
-
toString
-