Searched defs:AndCondition (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DAndCondition.java25 * $Id: AndCondition.java,v 1.3 2010/01/12 21:29:58 veiming Exp $
41 * boolean OR logic Membership is of <code>AndCondition</code> is satisfied
45 public class AndCondition extends LogicalCondition { class in inherits:LogicalCondition
47 * Constructs <code>AndCondition</code>
49 public AndCondition() { method in class:AndCondition
54 * Constructs AndCondition
58 public AndCondition(Set<EntitlementCondition> eConditions) { method in class:AndCondition
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DAndCondition.java25 * $Id: AndCondition.java,v 1.3 2010/01/12 21:29:58 veiming Exp $
41 * boolean OR logic Membership is of <code>AndCondition</code> is satisfied
45 public class AndCondition extends LogicalCondition { class in inherits:LogicalCondition
47 * Constructs <code>AndCondition</code>
49 public AndCondition() { method in class:AndCondition
54 * Constructs AndCondition
58 public AndCondition(Set<EntitlementCondition> eConditions) { method in class:AndCondition

Completed in 26 milliseconds