Searched defs:policyRights (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; field in class:PolicyGraph
85 this.policyRights = new HashMap<>();
93 synchronized (policyRights) {
94 if (!policyRights.containsKey(subject)) {
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);
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyGraph.java71 private final Map<String, PolicyScopes> policyRights; field in class:PolicyGraph
85 this.policyRights = new HashMap<>();
93 synchronized (policyRights) {
94 if (!policyRights.containsKey(subject)) {
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);

Completed in 29 milliseconds