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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java121 Set<String> disabledRights = policyScopes.inactiveScopePolicies.keySet();
152 newlyAccessibleRights.retainAll(policies.inactiveScopePolicies.keySet());
159 moveScope(policies.inactiveScopePolicies.get(scope), policies.activeOwnedPolicies, context,
350 private final Map<String, Map<String, JsonValue>> inactiveScopePolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
379 scopePolicies = inactiveScopePolicies;
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java121 Set<String> disabledRights = policyScopes.inactiveScopePolicies.keySet();
152 newlyAccessibleRights.retainAll(policies.inactiveScopePolicies.keySet());
159 moveScope(policies.inactiveScopePolicies.get(scope), policies.activeOwnedPolicies, context,
350 private final Map<String, Map<String, JsonValue>> inactiveScopePolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
379 scopePolicies = inactiveScopePolicies;

Completed in 33 milliseconds