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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java71 private final Map<String, PolicyScopes> policyRights;
95 policyRights.put(subject, new PolicyScopes(subject));
99 final PolicyScopes policyScopes = policyRights.get(subject);
119 PolicyScopes policyScopes = policyRights.get(userRights.getKey());
146 PolicyScopes policies = policyRights.get(user);
346 private class PolicyScopes { class in class:PolicyGraph
355 private PolicyScopes(String subject) { method in class:PolicyGraph.PolicyScopes
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java71 private final Map<String, PolicyScopes> policyRights;
95 policyRights.put(subject, new PolicyScopes(subject));
99 final PolicyScopes policyScopes = policyRights.get(subject);
119 PolicyScopes policyScopes = policyRights.get(userRights.getKey());
146 PolicyScopes policies = policyRights.get(user);
346 private class PolicyScopes { class in class:PolicyGraph
355 private PolicyScopes(String subject) { method in class:PolicyGraph.PolicyScopes

Completed in 40 milliseconds