Searched refs:NumericAttributeCondition (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistryTest.java23 import com.sun.identity.entitlement.NumericAttributeCondition;
144 EntitlementCondition testCondition = new NumericAttributeCondition();
146 testRegistry.registerConditionType(name, NumericAttributeCondition.class);
158 EntitlementCondition testCondition = new NumericAttributeCondition();
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/
H A DEntitlementRegistryTest.java23 import com.sun.identity.entitlement.NumericAttributeCondition;
144 EntitlementCondition testCondition = new NumericAttributeCondition();
146 testRegistry.registerConditionType(name, NumericAttributeCondition.class);
158 EntitlementCondition testCondition = new NumericAttributeCondition();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DNumericAttributeConditionEvaluation.java74 NumericAttributeCondition tc = new NumericAttributeCondition();
77 tc.setOperator(NumericAttributeCondition.Operator.GREATER_THAN);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DNumericAttributeConditionEvaluation.java73 NumericAttributeCondition tc = new NumericAttributeCondition();
76 tc.setOperator(NumericAttributeCondition.Operator.GREATER_THAN);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DNumericAttributeCondition.java25 * $Id: NumericAttributeCondition.java,v 1.3 2009/08/31 19:48:13 veiming Exp $
46 public class NumericAttributeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
125 "NumericAttributeCondition.setState",
129 PrivilegeManager.debug.error("NumericAttributeCondition.setState",
147 PrivilegeManager.debug.error("NumericAttributeCondition.getState",
169 "NumericAttributeCondition cannot be evaluated because attribute name is null");
207 "NumericAttributeCondition.match",
256 NumericAttributeCondition other = (NumericAttributeCondition)obj;
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DNumericAttributeCondition.java25 * $Id: NumericAttributeCondition.java,v 1.3 2009/08/31 19:48:13 veiming Exp $
46 public class NumericAttributeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
125 "NumericAttributeCondition.setState",
129 PrivilegeManager.debug.error("NumericAttributeCondition.setState",
147 PrivilegeManager.debug.error("NumericAttributeCondition.getState",
169 "NumericAttributeCondition cannot be evaluated because attribute name is null");
207 "NumericAttributeCondition.match",
256 NumericAttributeCondition other = (NumericAttributeCondition)obj;
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DRestTest.java42 import com.sun.identity.entitlement.NumericAttributeCondition;
107 NumericAttributeCondition cond = new NumericAttributeCondition();
109 cond.setOperator(NumericAttributeCondition.Operator.EQUAL);
341 NumericAttributeCondition.class.getName());
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DRestTest.java42 import com.sun.identity.entitlement.NumericAttributeCondition;
107 NumericAttributeCondition cond = new NumericAttributeCondition();
109 cond.setOperator(NumericAttributeCondition.Operator.EQUAL);
341 NumericAttributeCondition.class.getName());

Completed in 35 milliseconds