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 Summary
 java.util.Collection<Rule> getRules()
          Returns all the rules within this CompositeRule
 
Methods inherited from interface com.ibm.passwordrules.Rule
constrain, cumulate, getParameter, join, setParameter, validate, validateSafe
 

Method Detail

getRules

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

Returns:
Collection


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.