Searched defs:multiRequests (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.java80 "multiRequests"
89 protected MultiRequests multiRequests; field in class:Request
149 * Gets the value of the multiRequests property.
157 return multiRequests;
161 * Sets the value of the multiRequests property.
169 this.multiRequests = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequest.java80 "multiRequests"
89 protected MultiRequests multiRequests; field in class:Request
149 * Gets the value of the multiRequests property.
157 return multiRequests;
161 * Sets the value of the multiRequests property.
169 this.multiRequests = value;

Completed in 68 milliseconds