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

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequest.java91 protected boolean returnPolicyIdList; field in class:Request
173 * Gets the value of the returnPolicyIdList property.
177 return returnPolicyIdList;
181 * Sets the value of the returnPolicyIdList property.
185 this.returnPolicyIdList = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequest.java91 protected boolean returnPolicyIdList; field in class:Request
173 * Gets the value of the returnPolicyIdList property.
177 return returnPolicyIdList;
181 * Sets the value of the returnPolicyIdList property.
185 this.returnPolicyIdList = value;

Completed in 20 milliseconds