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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java1662 Set actValues) {
1664 if (actValues != null) {
1666 values.addAll(actValues);
1853 Set<String> actValues = actionsValues.get(actName);
1854 actValues = mapActionBooleanToString(serviceName, actName, actValues);
1855 ActionDecision ad = new ActionDecision(actName, actValues);
1661 mapActionBooleanToString(String serviceName, String actionName, Set actValues) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java1671 Set actValues) {
1673 if (actValues != null) {
1675 values.addAll(actValues);
1862 Set<String> actValues = actionsValues.get(actName);
1863 actValues = mapActionBooleanToString(serviceName, actName, actValues);
1864 ActionDecision ad = new ActionDecision(actName, actValues);
1670 mapActionBooleanToString(String serviceName, String actionName, Set actValues) argument

Completed in 39 milliseconds