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