Searched defs:policyId (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicy.java116 protected String policyId; field in class:Policy
302 * Gets the value of the policyId property.
310 return policyId;
314 * Sets the value of the policyId property.
322 this.policyId = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicy.java116 protected String policyId; field in class:Policy
302 * Gets the value of the policyId property.
310 return policyId;
314 * Sets the value of the policyId property.
322 this.policyId = value;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java216 String policyId = privilegeNameToPolicyId(privilegeName, applicationName);
217 policy.setPolicyId(policyId);
759 String policyId = policy.getPolicyId();
760 String privilegeName = policyIdToPrivilegeName(policyId);
807 public static String policyIdToPrivilegeName(String policyId) { argument
809 return policyId;
1305 String policyId = privilegeNameToPolicyId(privilegeName, null);
1306 policy.setPolicyId(policyId);
1421 String policyId = policy.getPolicyId();
1422 String privilegeName = policyIdToPrivilegeName(policyId);
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyServiceImpl.java172 private ResourceSetDescription getResourceSet(String realm, String policyId) throws ResourceException { argument
175 QueryFilter.equalTo(ResourceSetTokenField.RESOURCE_SET_ID, policyId));
177 throw new BadRequestException("Invalid ResourceSet UID" + policyId);
179 throw new InternalServerErrorException("Multiple Resource Sets found with id: " + policyId);
240 String policyId = UmaPolicy.idOf(policy);
241 resourceSet = getResourceSet(realm, policyId);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java224 String policyId = privilegeNameToPolicyId(privilegeName, applicationName);
225 policy.setPolicyId(policyId);
767 String policyId = policy.getPolicyId();
768 String privilegeName = policyIdToPrivilegeName(policyId);
837 public static String policyIdToPrivilegeName(String policyId) { argument
839 return policyId;
1361 String policyId = privilegeNameToPolicyId(privilegeName, null);
1362 policy.setPolicyId(policyId);
1477 String policyId = policy.getPolicyId();
1478 String privilegeName = policyIdToPrivilegeName(policyId);
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyServiceImpl.java172 private ResourceSetDescription getResourceSet(String realm, String policyId) throws ResourceException { argument
175 QueryFilter.equalTo(ResourceSetTokenField.RESOURCE_SET_ID, policyId));
177 throw new BadRequestException("Invalid ResourceSet UID" + policyId);
179 throw new InternalServerErrorException("Multiple Resource Sets found with id: " + policyId);
240 String policyId = UmaPolicy.idOf(policy);
241 resourceSet = getResourceSet(realm, policyId);

Completed in 43 milliseconds