Uses of Class
org.passay.CharacterRule
-
Packages that use CharacterRule Package Description org.passay -
-
Uses of CharacterRule in org.passay
Methods in org.passay that return types with arguments of type CharacterRule Modifier and Type Method Description List<CharacterRule>
CharacterCharacteristicsRule. getRules()
Returns the character rules used by this rule.Methods in org.passay with parameters of type CharacterRule Modifier and Type Method Description String
PasswordGenerator. generatePassword(int length, CharacterRule... rules)
void
CharacterCharacteristicsRule. setRules(CharacterRule... r)
Sets the character rules used by this rule.Method parameters in org.passay with type arguments of type CharacterRule Modifier and Type Method Description String
PasswordGenerator. generatePassword(int length, List<CharacterRule> rules)
Generates a password of the supplied length which meets the requirements of the supplied character rules.void
CharacterCharacteristicsRule. setRules(List<CharacterRule> l)
Sets the character rules used by this rule.Constructors in org.passay with parameters of type CharacterRule Constructor Description CharacterCharacteristicsRule(int n, CharacterRule... r)
Creates a new character characteristics rule.CharacterCharacteristicsRule(CharacterRule... r)
Creates a new character characteristics rule.Constructor parameters in org.passay with type arguments of type CharacterRule Constructor Description CharacterCharacteristicsRule(int n, List<CharacterRule> l)
Creates a new character characteristics rule.CharacterCharacteristicsRule(List<CharacterRule> l)
Creates a new character characteristics rule.
-