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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java165 moveScope(policies.activeScopePolicies.get(scope), policies.inactiveOwnedPolicies, context,
351 private final Map<String, JsonValue> inactiveOwnedPolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
380 ownedPolicies = inactiveOwnedPolicies;
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java165 moveScope(policies.activeScopePolicies.get(scope), policies.inactiveOwnedPolicies, context,
351 private final Map<String, JsonValue> inactiveOwnedPolicies = new HashMap<>(); field in class:PolicyGraph.PolicyScopes
380 ownedPolicies = inactiveOwnedPolicies;

Completed in 29 milliseconds