Searched refs:NotCondition (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DNotConditionTest.java48 NotCondition ac = new NotCondition(ipc);
49 NotCondition ac1 = new NotCondition();
55 " NotCondition with setState does not equal NotCondition " +
75 NotCondition myNotCondition = new NotCondition();
91 NotCondition myNotCondition = new NotCondition();
[all...]
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DNotConditionTest.java48 NotCondition ac = new NotCondition(ipc);
49 NotCondition ac1 = new NotCondition();
55 " NotCondition with setState does not equal NotCondition " +
75 NotCondition myNotCondition = new NotCondition();
91 NotCondition myNotCondition = new NotCondition();
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotCondition.java25 * $Id: NotCondition.java,v 1.1 2009/08/19 05:40:33 veiming Exp $
47 * Membership of <code>NotCondition</code> is satisfied in the user is not a
56 public class NotCondition extends LogicalCondition { class in inherits:LogicalCondition
61 * Constructs <code>NotCondition</code>
63 public NotCondition() { method in class:NotCondition
67 * Constructs NotCondition
71 public NotCondition(EntitlementCondition eCondition) { method in class:NotCondition
76 * Constructs <code>NotCondition</code>.
83 public NotCondition( method in class:NotCondition
112 PolicyConstants.DEBUG.error("NotCondition
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DNotCondition.java25 * $Id: NotCondition.java,v 1.1 2009/08/19 05:40:33 veiming Exp $
47 * Membership of <code>NotCondition</code> is satisfied in the user is not a
56 public class NotCondition extends LogicalCondition { class in inherits:LogicalCondition
61 * Constructs <code>NotCondition</code>
63 public NotCondition() { method in class:NotCondition
67 * Constructs NotCondition
71 public NotCondition(EntitlementCondition eCondition) { method in class:NotCondition
76 * Constructs <code>NotCondition</code>.
83 public NotCondition( method in class:NotCondition
112 PolicyConstants.DEBUG.error("NotCondition
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java26 import com.sun.identity.entitlement.NotCondition;
83 registry.registerConditionType("NOT", NotCondition.class);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistry.java26 import com.sun.identity.entitlement.NotCondition;
83 registry.registerConditionType("NOT", NotCondition.class);
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DJsonPolicyParserTest.java24 import com.sun.identity.entitlement.NotCondition;
378 assertThat(result.getCondition()).isInstanceOf(NotCondition.class);
379 NotCondition not = (NotCondition) result.getCondition();
660 NotCondition not = new NotCondition(policyCondition);
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DJsonPolicyParserTest.java24 import com.sun.identity.entitlement.NotCondition;
378 assertThat(result.getCondition()).isInstanceOf(NotCondition.class);
379 NotCondition not = (NotCondition) result.getCondition();
660 NotCondition not = new NotCondition(policyCondition);
/forgerock/openam-v13/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgraderTest.java24 import com.sun.identity.entitlement.NotCondition;
341 NotCondition notCondition = mock(NotCondition.class);
570 NotCondition notCondition = mock(NotCondition.class);
/forgerock/openam/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgraderTest.java24 import com.sun.identity.entitlement.NotCondition;
341 NotCondition notCondition = mock(NotCondition.class);
570 NotCondition notCondition = mock(NotCondition.class);

Completed in 41 milliseconds