Searched defs:activeOwnedPolicies (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,
349 private final Map<String, JsonValue> activeOwnedPolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
377 ownedPolicies = activeOwnedPolicies;
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java159 moveScope(policies.inactiveScopePolicies.get(scope), policies.activeOwnedPolicies, context,
349 private final Map<String, JsonValue> activeOwnedPolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
377 ownedPolicies = activeOwnedPolicies;

Completed in 31 milliseconds