Searched refs:ENV_CONDITION_VALUE (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DResourceEnvIPCondition.java89 public static final String ENV_CONDITION_VALUE = "resourceEnvIPConditionValue"; field in class:ResourceEnvIPCondition
894 JSONArray conditionList = jo.getJSONArray(ENV_CONDITION_VALUE);
911 jo.put(ENV_CONDITION_VALUE, resourceEnvIPConditionValue);
953 throw new EntitlementException(EntitlementException.INVALID_PROPERTY_VALUE, ENV_CONDITION_VALUE,
967 throw new EntitlementException(EntitlementException.PROPERTY_VALUE_NOT_DEFINED, ENV_CONDITION_VALUE);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DResourceEnvIPCondition.java88 public static final String ENV_CONDITION_VALUE = "resourceEnvIPConditionValue"; field in class:ResourceEnvIPCondition
893 JSONArray conditionList = jo.getJSONArray(ENV_CONDITION_VALUE);
910 jo.put(ENV_CONDITION_VALUE, resourceEnvIPConditionValue);
952 throw new EntitlementException(EntitlementException.INVALID_PROPERTY_VALUE, ENV_CONDITION_VALUE,
966 throw new EntitlementException(EntitlementException.PROPERTY_VALUE_NOT_DEFINED, ENV_CONDITION_VALUE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DResourceEnvIPCondition.java86 public static final String ENV_CONDITION_VALUE = field in class:ResourceEnvIPCondition
101 propertyNames.add(ENV_CONDITION_VALUE);
166 * define value for the key ENV_CONDITION_VALUE. The value should
171 * value for the key ENV_CONDITION_VALUE or the value of the key is
187 Set envCondVal = (Set) properties.get(ENV_CONDITION_VALUE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DResourceEnvIPCondition.java86 public static final String ENV_CONDITION_VALUE = field in class:ResourceEnvIPCondition
101 propertyNames.add(ENV_CONDITION_VALUE);
166 * define value for the key ENV_CONDITION_VALUE. The value should
171 * value for the key ENV_CONDITION_VALUE or the value of the key is
187 Set envCondVal = (Set) properties.get(ENV_CONDITION_VALUE);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java371 properties.get(ResourceEnvIPCondition.ENV_CONDITION_VALUE);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java372 properties.get(ResourceEnvIPCondition.ENV_CONDITION_VALUE);

Completed in 41 milliseconds