public interface PasswordStrengthCheckResult
Modifier and Type | Method and Description |
---|---|
List<PasswordRestriction> |
getFailedRestrictions()
List of restrictions that password did not met.
|
List<PasswordRestriction> |
getPassedRestrictions()
List of restrictions that password did met.
|
PasswordStrength |
getStrength()
Password strength.
|
List<PasswordRestriction> getFailedRestrictions()
PasswordStrength getStrength()
List<PasswordRestriction> getPassedRestrictions()
Copyright © 2013 JBoss by Red Hat. All rights reserved.