Uses of Class
org.passay.LengthComplexityRule.Interval
-
Packages that use LengthComplexityRule.Interval Package Description org.passay -
-
Uses of LengthComplexityRule.Interval in org.passay
Methods in org.passay that return types with arguments of type LengthComplexityRule.Interval Modifier and Type Method Description Map<LengthComplexityRule.Interval,List<? extends Rule>>
LengthComplexityRule. getRules()
Returns the password rules for this complexity rule.Methods in org.passay with parameters of type LengthComplexityRule.Interval Modifier and Type Method Description boolean
LengthComplexityRule.Interval. intersects(LengthComplexityRule.Interval i)
Returns whether this interval intersects the supplied interval.
-