com.ibm.passwordrules

Interface CompositeRule

  • All Superinterfaces:
    Rule


    public interface CompositeRule
    extends Rule
    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.
    • Method Detail

      • getRules

        java.util.Collection<Rule> getRules()
        Returns all the rules within this CompositeRule
        Returns:
        Collection