Searched defs:combinedDecision (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.java93 protected boolean combinedDecision; field in class:Request
189 * Gets the value of the combinedDecision property.
193 return combinedDecision;
197 * Sets the value of the combinedDecision property.
201 this.combinedDecision = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequest.java93 protected boolean combinedDecision; field in class:Request
189 * Gets the value of the combinedDecision property.
193 return combinedDecision;
197 * Sets the value of the combinedDecision property.
201 this.combinedDecision = value;

Completed in 395 milliseconds