Searched defs:requestDefaults (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.java78 "requestDefaults",
85 protected RequestDefaults requestDefaults; field in class:Request
96 * Gets the value of the requestDefaults property.
104 return requestDefaults;
108 * Sets the value of the requestDefaults property.
116 this.requestDefaults = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequest.java78 "requestDefaults",
85 protected RequestDefaults requestDefaults; field in class:Request
96 * Gets the value of the requestDefaults property.
104 return requestDefaults;
108 * Sets the value of the requestDefaults property.
116 this.requestDefaults = value;

Completed in 28 milliseconds