Uses of Class
org.passay.rule.LengthComplexityRule.Interval
Packages that use LengthComplexityRule.Interval
-
Uses of LengthComplexityRule.Interval in org.passay.rule
Fields in org.passay.rule with type parameters of type LengthComplexityRule.IntervalModifier and TypeFieldDescriptionprivate final Map<LengthComplexityRule.Interval,List<Rule>> LengthComplexityRule.rulesRules to apply when checking a password.Methods in org.passay.rule that return types with arguments of type LengthComplexityRule.IntervalModifier and TypeMethodDescriptionMap<LengthComplexityRule.Interval,List<? extends Rule>> LengthComplexityRule.getRules()Returns the password rules for this complexity rule.Methods in org.passay.rule with parameters of type LengthComplexityRule.IntervalModifier and TypeMethodDescriptionbooleanLengthComplexityRule.Interval.intersects(LengthComplexityRule.Interval i) Returns whether this interval intersects the supplied interval.