Interface PasswordPolicy

  • All Known Implementing Classes:
    DefaultPasswordPolicyImpl

    public interface PasswordPolicy
    Contains a list of rules that must be matched by passwords for engine-managed users.
    Author:
    Miklas Boskamp
    • Method Detail

      • getRules

        java.util.List<PasswordPolicyRule> getRules()
        A list of rules that must be matched by user passwords.
        Returns:
        the list