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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java120 Set<String> resharedRights = policyScopes.activeScopePolicies.keySet();
149 newRights.removeAll(policies.activeScopePolicies.keySet());
154 Set<String> lostRights = new HashSet<>(policies.activeScopePolicies.keySet());
165 moveScope(policies.activeScopePolicies.get(scope), policies.inactiveOwnedPolicies, context,
348 private final Map<String, Map<String, JsonValue>> activeScopePolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
376 scopePolicies = activeScopePolicies;
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java120 Set<String> resharedRights = policyScopes.activeScopePolicies.keySet();
149 newRights.removeAll(policies.activeScopePolicies.keySet());
154 Set<String> lostRights = new HashSet<>(policies.activeScopePolicies.keySet());
165 moveScope(policies.activeScopePolicies.get(scope), policies.inactiveOwnedPolicies, context,
348 private final Map<String, Map<String, JsonValue>> activeScopePolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
376 scopePolicies = activeScopePolicies;

Completed in 29 milliseconds