Searched refs:policyOwnerName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaPolicy.java219 public Set<JsonValue> asUnderlyingPolicies(String policyOwnerName) { argument
222 underlyingPolicies.add(createPolicyJson(policyOwnerName, p));
236 private JsonValue createPolicyJson(String policyOwnerName, JsonValue permission) { argument
238 String policyName = resourceSet.getName() + " - " + policyOwnerName + " - " + resourceSet.getId()
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaPolicy.java221 public Set<JsonValue> asUnderlyingPolicies(String policyOwnerName) { argument
224 underlyingPolicies.add(createPolicyJson(policyOwnerName, p));
238 private JsonValue createPolicyJson(String policyOwnerName, JsonValue permission) { argument
240 String policyName = resourceSet.getName() + " - " + policyOwnerName + " - " + resourceSet.getId()

Completed in 69 milliseconds