public interface CompositeRule
Represents a rule that is consisted of several rules. Whether the password is valid is determined by the logic of the implementation class. The password does not necessarily have to meet each single sub-rule's criteria.
java.util.Collection<Rule>
getRules()
constrain, cumulate, getParameter, join, setParameter, validate, validateSafe
java.util.Collection<Rule> getRules()