public class SimplePasswordStrengthCheckResult extends Object implements PasswordStrengthCheckResult
| Constructor and Description |
|---|
SimplePasswordStrengthCheckResult() |
| 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.
|
void |
negative(int i) |
public PasswordStrength getStrength()
PasswordStrengthCheckResultgetStrength in interface PasswordStrengthCheckResultpublic List<PasswordValidationException> getRestrictionFailures()
PasswordStrengthCheckResultgetRestrictionFailures in interface PasswordStrengthCheckResultpublic List<PasswordRestriction> getPassedRestrictions()
PasswordStrengthCheckResultgetPassedRestrictions in interface PasswordStrengthCheckResultpublic void negative(int i)
i - Copyright © 2018 JBoss by Red Hat. All rights reserved.