public interface PasswordPolicyResult
PasswordPolicy
.Modifier and Type | Method and Description |
---|---|
List<PasswordPolicyRule> |
getFulfilledRules()
List of all rules that were fulfilled during the check.
|
List<PasswordPolicyRule> |
getViolatedRules()
List of all rules that were violated during the check.
|
boolean |
isValid()
Indicator of the overall result of the check.
|
boolean isValid()
true
if all rules passed, false
if at
least one rule was violated.List<PasswordPolicyRule> getViolatedRules()
List<PasswordPolicyRule> getFulfilledRules()
Copyright © 2022. All rights reserved.