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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java190 * @param allMovingRights All the scopes that need switching state.
200 PolicyResourceDelegate policyResourceDelegate, Set<String> allMovingRights, Set<JsonValue> createdPolicies,
217 } else if (allScopesAreSwitchingState(allMovingRights, policy)) {
244 private boolean allScopesAreSwitchingState(Set<String> allMovingRights, JsonValue policy) { argument
245 return allMovingRights.containsAll(policy.get(BACKEND_POLICY_ACTION_VALUES_KEY).asMap().keySet());
199 moveScope(Map<String, JsonValue> moveFrom, Map<String, JsonValue> moveTo, Context context, PolicyResourceDelegate policyResourceDelegate, Set<String> allMovingRights, Set<JsonValue> createdPolicies, Set<JsonValue> updatedPolicies, String scope, boolean newPolicyActive, List<Promise<List<ResourceResponse>, ResourceException>> promises, String user) argument
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java190 * @param allMovingRights All the scopes that need switching state.
200 PolicyResourceDelegate policyResourceDelegate, Set<String> allMovingRights, Set<JsonValue> createdPolicies,
217 } else if (allScopesAreSwitchingState(allMovingRights, policy)) {
244 private boolean allScopesAreSwitchingState(Set<String> allMovingRights, JsonValue policy) { argument
245 return allMovingRights.containsAll(policy.get(BACKEND_POLICY_ACTION_VALUES_KEY).asMap().keySet());
199 moveScope(Map<String, JsonValue> moveFrom, Map<String, JsonValue> moveTo, Context context, PolicyResourceDelegate policyResourceDelegate, Set<String> allMovingRights, Set<JsonValue> createdPolicies, Set<JsonValue> updatedPolicies, String scope, boolean newPolicyActive, List<Promise<List<ResourceResponse>, ResourceException>> promises, String user) argument

Completed in 29 milliseconds