Searched defs:attributesReference (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 DRequestReference.java66 "attributesReference"
71 protected List<AttributesReference> attributesReference; field in class:RequestReference
74 * Gets the value of the attributesReference property.
80 * This is why there is not a <CODE>set</CODE> method for the attributesReference property.
96 if (attributesReference == null) {
97 attributesReference = new ArrayList<AttributesReference>();
99 return this.attributesReference;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequestReference.java66 "attributesReference"
71 protected List<AttributesReference> attributesReference; field in class:RequestReference
74 * Gets the value of the attributesReference property.
80 * This is why there is not a <CODE>set</CODE> method for the attributesReference property.
96 if (attributesReference == null) {
97 attributesReference = new ArrayList<AttributesReference>();
99 return this.attributesReference;

Completed in 32 milliseconds