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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java159 moveScope(policies.inactiveScopePolicies.get(scope), policies.activeOwnedPolicies, context,
165 moveScope(policies.activeScopePolicies.get(scope), policies.inactiveOwnedPolicies, context,
199 private void moveScope(Map<String, JsonValue> moveFrom, Map<String, JsonValue> moveTo, Context context, method in class:PolicyGraph
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java159 moveScope(policies.inactiveScopePolicies.get(scope), policies.activeOwnedPolicies, context,
165 moveScope(policies.activeScopePolicies.get(scope), policies.inactiveOwnedPolicies, context,
199 private void moveScope(Map<String, JsonValue> moveFrom, Map<String, JsonValue> moveTo, Context context, method in class:PolicyGraph

Completed in 31 milliseconds