Interface PasswordComplexitySpecification

All Known Implementing Classes:
CharacterClassBasedPasswordComplexitySpecification

public interface PasswordComplexitySpecification
  • Method Details

    • getPasswordMinLength

      int getPasswordMinLength()
    • getPasswordGenerator

      PasswordGenerator getPasswordGenerator()
    • isSatisfiedBy

      boolean isSatisfiedBy(String password)
    • getErrorCause

      List<String> getErrorCause(String password)