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

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSessionPropertyCondition.java60 private boolean ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT; field in class:SessionPropertyCondition
101 ignoreValueCase = jo.getBoolean(VALUE_CASE_INSENSITIVE);
124 debug.message("SessionPropertyCondition.evaluate():entering, ignoreValueCase= "
125 + ignoreValueCase);
166 if (!ignoreValueCase) { //caseExact match
181 } else if (!ignoreValueCase) { //single session value, caseExact
231 jo.put(VALUE_CASE_INSENSITIVE, ignoreValueCase);
250 return ignoreValueCase;
253 public void setIgnoreValueCase(boolean ignoreValueCase) { argument
254 this.ignoreValueCase
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSessionPropertyCondition.java60 private boolean ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT; field in class:SessionPropertyCondition
101 ignoreValueCase = jo.getBoolean(VALUE_CASE_INSENSITIVE);
124 debug.message("SessionPropertyCondition.evaluate():entering, ignoreValueCase= "
125 + ignoreValueCase);
166 if (!ignoreValueCase) { //caseExact match
181 } else if (!ignoreValueCase) { //single session value, caseExact
231 jo.put(VALUE_CASE_INSENSITIVE, ignoreValueCase);
250 return ignoreValueCase;
253 public void setIgnoreValueCase(boolean ignoreValueCase) { argument
254 this.ignoreValueCase
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSessionPropertyCondition.java76 private boolean ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT; field in class:SessionPropertyCondition
213 + "entering, ignoreValueCase= " + ignoreValueCase);
256 if (!ignoreValueCase) { //caseExact match
280 } else if (!ignoreValueCase) { //single session value, caseExact
354 ignoreValueCase = false;
356 ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT;
360 ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT;
365 + "ignoreValueCase= " + ignoreValueCase);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSessionPropertyCondition.java76 private boolean ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT; field in class:SessionPropertyCondition
213 + "entering, ignoreValueCase= " + ignoreValueCase);
256 if (!ignoreValueCase) { //caseExact match
280 } else if (!ignoreValueCase) { //single session value, caseExact
354 ignoreValueCase = false;
356 ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT;
360 ignoreValueCase = IGNORE_VALUE_CASE_DEFAULT;
365 + "ignoreValueCase= " + ignoreValueCase);
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java245 boolean ignoreValueCase = true;
247 ignoreValueCase = Boolean.parseBoolean(ignoreValueCaseString);
251 eCondition.setIgnoreValueCase(ignoreValueCase);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/conditions/
H A DPolicyConditionUpgradeMap.java246 boolean ignoreValueCase = true;
248 ignoreValueCase = Boolean.parseBoolean(ignoreValueCaseString);
252 eCondition.setIgnoreValueCase(ignoreValueCase);

Completed in 60 milliseconds