Interface PasswordPolicyResult

    • Method Detail

      • isValid

        boolean isValid()
        Indicator of the overall result of the check.
        Returns:
        true if all rules passed, false if at least one rule was violated.
      • getViolatedRules

        java.util.List<PasswordPolicyRule> getViolatedRules()
        List of all rules that were violated during the check.
        Returns:
        all violated rules.
      • getFulfilledRules

        java.util.List<PasswordPolicyRule> getFulfilledRules()
        List of all rules that were fulfilled during the check.
        Returns:
        all fulfilled rules.