Module rodeo.password.pgencheck
Package rodeo.password.pgencheck
Provides classes to create and validate passwords.
-
Interface Summary Interface Description RandomUIntGenerator Configuration information for generating random numbers for password creation -
Class Summary Class Description BadCountForCharacterTypeError Records a bad character count error in password validation.CharacterGroups Contains a few standard character groupsDefaultUIntGenerator A default implementation ofRandomUIntGenerator.IllegalCharacterError Records an illegal character error in password validation.PasswordChecker Validate passwords according to predefined criteria.PasswordChecker.Factory Internal factory to createPasswordCheckers.PasswordCheckError Records a password validation error.PasswordMaker Create passwords according to predefined criteria.PasswordMaker.Factory Internal factory to createPasswordMakers. -
Enum Summary Enum Description PasswordCheckStatus Describes the result of password validation.