Package | Description |
---|---|
org.passay |
Modifier and Type | Method and Description |
---|---|
List<CharacterRule> |
CharacterCharacteristicsRule.getRules()
Returns the character rules used by this rule.
|
Modifier and Type | Method and Description |
---|---|
String |
PasswordGenerator.generatePassword(int length,
CharacterRule... rules)
Deprecated.
|
void |
CharacterCharacteristicsRule.setRules(CharacterRule... r)
Sets the character rules used by this rule.
|
Modifier and Type | Method and Description |
---|---|
void |
CharacterCharacteristicsRule.setRules(List<CharacterRule> l)
Sets the character rules used by this rule.
|
Constructor and Description |
---|
CharacterCharacteristicsRule(CharacterRule... r)
Creates a new character characteristics rule.
|
CharacterCharacteristicsRule(int n,
CharacterRule... r)
Creates a new character characteristics rule.
|
Constructor and Description |
---|
CharacterCharacteristicsRule(int n,
List<CharacterRule> l)
Creates a new character characteristics rule.
|
CharacterCharacteristicsRule(List<CharacterRule> l)
Creates a new character characteristics rule.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.