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

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DStringAttributeCondition.java25 * $Id: StringAttributeCondition.java,v 1.3 2009/08/31 19:48:14 veiming Exp $
46 public class StringAttributeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
91 PrivilegeManager.debug.error("StringAttributeCondition.setState",
110 PrivilegeManager.debug.error("StringAttributeCondition.getState",
134 "StringAttributeCondition cannot be evaluated because either attribute name or value is null");
193 StringAttributeCondition other = (StringAttributeCondition) obj;
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DStringAttributeCondition.java25 * $Id: StringAttributeCondition.java,v 1.3 2009/08/31 19:48:14 veiming Exp $
46 public class StringAttributeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
91 PrivilegeManager.debug.error("StringAttributeCondition.setState",
110 PrivilegeManager.debug.error("StringAttributeCondition.getState",
134 "StringAttributeCondition cannot be evaluated because either attribute name or value is null");
193 StringAttributeCondition other = (StringAttributeCondition) obj;

Completed in 39 milliseconds