Uses of Class
rodeo.password.pgencheck.PasswordChecker.Factory
-
Uses of PasswordChecker.Factory in rodeo.password.pgencheck
Methods in rodeo.password.pgencheck that return PasswordChecker.FactoryModifier and TypeMethodDescriptionPasswordChecker.Factory.addCharGroup(String charGroup) Add a group of allowed characters in the composition of the password.PasswordChecker.Factory.addCharGroup(String charGroup, int minCount) Add a group of allowed characters in the composition of the password and specifies a minimum character count.PasswordChecker.Factory.addCharGroup(String charGroup, int minCount, int maxCount) Add a group of allowed characters in the composition of the password and specifies a minimum and maximum character count.PasswordChecker.Factory.disallowDuplicateCharacters(boolean disallowDuplicateCharacters) Disallow or allow duplicates inside character groups and between character groups.static PasswordChecker.FactoryPasswordChecker.factory()Create a factory to specify password validation criteria and create aPasswordCheckerobject.PasswordChecker.Factory.setMinMaxLength(int minLength, int maxLength) Sets the minimum and maximum password lengths allowed.