PasswordMaker.Factory |
PasswordMaker.Factory.addCharGroup(String charGroup) |
Add a group of allowed characters in the composition of the password.
|
PasswordMaker.Factory |
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 |
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 |
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 a PasswordMaker object.
|
PasswordMaker.Factory |
PasswordMaker.Factory.setLength(int length) |
Sets the length of generated password.
|
PasswordMaker.Factory |
PasswordMaker.Factory.setRandomUIntGenerator(RandomUIntGenerator randomUIntGenerator) |
Specify the method used to generate random numbers used for password generation.
|