Interface PasswordComplexitySpecification
- All Known Implementing Classes:
CharacterClassBasedPasswordComplexitySpecification
public interface PasswordComplexitySpecification
-
Method Summary
Modifier and TypeMethodDescriptiongetErrorCause(String password) intbooleanisSatisfiedBy(String password)
-
Method Details
-
getPasswordMinLength
int getPasswordMinLength() -
getPasswordGenerator
PasswordGenerator getPasswordGenerator() -
isSatisfiedBy
-
getErrorCause
-