Searched defs:includeInResult (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 DAttribute.java83 protected boolean includeInResult; field in class:Attribute
163 * Gets the value of the includeInResult property.
167 return includeInResult;
171 * Sets the value of the includeInResult property.
175 this.includeInResult = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAttribute.java83 protected boolean includeInResult; field in class:Attribute
163 * Gets the value of the includeInResult property.
167 return includeInResult;
171 * Sets the value of the includeInResult property.
175 this.includeInResult = value;

Completed in 35 milliseconds