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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java194 * @param newPolicyActive Whether the scope is being moved to active state.
201 Set<JsonValue> updatedPolicies, String scope, boolean newPolicyActive,
228 newPolicy.put(ACTIVE_KEY, newPolicyActive);
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.java194 * @param newPolicyActive Whether the scope is being moved to active state.
201 Set<JsonValue> updatedPolicies, String scope, boolean newPolicyActive,
228 newPolicy.put(ACTIVE_KEY, newPolicyActive);
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