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()
PasswordStrengthCheckResult
getStrength
in interface PasswordStrengthCheckResult
public List<PasswordValidationException> getRestrictionFailures()
PasswordStrengthCheckResult
getRestrictionFailures
in interface PasswordStrengthCheckResult
public List<PasswordRestriction> getPassedRestrictions()
PasswordStrengthCheckResult
getPassedRestrictions
in interface PasswordStrengthCheckResult
public void negative(int i)
i
- Copyright © 2023 JBoss by Red Hat. All rights reserved.