Uses of Class
org.passay.rule.CharacterRule
Packages that use CharacterRule
-
Uses of CharacterRule in org.passay.generate
Constructors in org.passay.generate with parameters of type CharacterRuleModifierConstructorDescriptionCharacterRuleAppender(CharacterRule rule, UnicodeString allowedChars, UnicodeString illegalChars, Random rand) Creates a new character rule appender. -
Uses of CharacterRule in org.passay.rule
Fields in org.passay.rule with type parameters of type CharacterRuleModifier and TypeFieldDescriptionprivate final List<CharacterRule>CharacterCharacteristicsRule.rulesRules to apply when checking a password.Methods in org.passay.rule that return types with arguments of type CharacterRuleModifier and TypeMethodDescriptionCharacterCharacteristicsRule.getRules()Returns the character rules used by this rule.Constructors in org.passay.rule with parameters of type CharacterRuleModifierConstructorDescriptionCharacterCharacteristicsRule(boolean reportFailure, boolean reportRuleFailures, int numCharacteristics, CharacterRule... rules) Creates a new character characteristics rule.CharacterCharacteristicsRule(int numCharacteristics, CharacterRule... rules) Creates a new character characteristics rule.CharacterCharacteristicsRule(CharacterRule... rules) Creates a new character characteristics rule.Constructor parameters in org.passay.rule with type arguments of type CharacterRuleModifierConstructorDescriptionCharacterCharacteristicsRule(boolean reportFailure, boolean reportRuleFailures, int numCharacteristics, List<CharacterRule> rules) Creates a new character characteristics rule.CharacterCharacteristicsRule(int numCharacteristics, List<CharacterRule> rules) Creates a new character characteristics rule.Creates a new character characteristics rule.