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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java186 * @param moveFrom A map of policy owners to policies the scope is incorrectly currently in.
199 private void moveScope(Map<String, JsonValue> moveFrom, Map<String, JsonValue> moveTo, Context context, argument
205 for (Map.Entry<String, JsonValue> ownedPolicy : moveFrom.entrySet()) {
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java186 * @param moveFrom A map of policy owners to policies the scope is incorrectly currently in.
199 private void moveScope(Map<String, JsonValue> moveFrom, Map<String, JsonValue> moveTo, Context context, argument
205 for (Map.Entry<String, JsonValue> ownedPolicy : moveFrom.entrySet()) {

Completed in 33 milliseconds