Uses of Class
org.passay.rule.LengthComplexityRule.Entry
Packages that use LengthComplexityRule.Entry
-
Uses of LengthComplexityRule.Entry in org.passay.rule
Constructors in org.passay.rule with parameters of type LengthComplexityRule.EntryModifierConstructorDescriptionLengthComplexityRule(boolean reportFailure, boolean reportRuleFailures, LengthComplexityRule.Entry... intervals) Creates a new length complexity rule.LengthComplexityRule(LengthComplexityRule.Entry... intervals) Creates a new length complexity rule.Constructor parameters in org.passay.rule with type arguments of type LengthComplexityRule.EntryModifierConstructorDescriptionLengthComplexityRule(boolean reportFailure, boolean reportRuleFailures, Collection<LengthComplexityRule.Entry> intervals) Creates a new length complexity rule.LengthComplexityRule(Collection<LengthComplexityRule.Entry> intervals) Creates a new length complexity rule.