Uses of Class
rodeo.password.pgencheck.PasswordMaker.Factory
-
Uses of PasswordMaker.Factory in rodeo.password.pgencheck
Modifier and TypeMethodDescriptionPasswordMaker.Factory.addCharGroup
(String charGroup) Add a group of allowed characters in the composition of the password.PasswordMaker.Factory.addCharGroup
(String charGroup, int minCount) Add a group of allowed characters in the composition of the password and specifies a minimum character count.PasswordMaker.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 a maximum character count.PasswordMaker.Factory.disallowDuplicateCharacters
(boolean disallowDuplicateCharacters) Disallow or allow duplicate character groups and between character groups.static PasswordMaker.Factory
PasswordMaker.factory()
Create a factory to specify password generation criteria and create aPasswordMaker
object.PasswordMaker.Factory.setLength
(int length) Sets the length of generated password.PasswordMaker.Factory.setRandomUIntGenerator
(RandomUIntGenerator randomUIntGenerator) Specify the method used to generate random numbers used for password generation.