Searched refs:attributeAssignment (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdvice.java69 "attributeAssignment"
74 protected List<AttributeAssignment> attributeAssignment; field in class:Advice
80 * Gets the value of the attributeAssignment property.
86 * This is why there is not a <CODE>set</CODE> method for the attributeAssignment property.
102 if (attributeAssignment == null) {
103 attributeAssignment = new ArrayList<AttributeAssignment>();
105 return this.attributeAssignment;
H A DObligation.java69 "attributeAssignment"
74 protected List<AttributeAssignment> attributeAssignment; field in class:Obligation
80 * Gets the value of the attributeAssignment property.
86 * This is why there is not a <CODE>set</CODE> method for the attributeAssignment property.
102 if (attributeAssignment == null) {
103 attributeAssignment = new ArrayList<AttributeAssignment>();
105 return this.attributeAssignment;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdvice.java69 "attributeAssignment"
74 protected List<AttributeAssignment> attributeAssignment; field in class:Advice
80 * Gets the value of the attributeAssignment property.
86 * This is why there is not a <CODE>set</CODE> method for the attributeAssignment property.
102 if (attributeAssignment == null) {
103 attributeAssignment = new ArrayList<AttributeAssignment>();
105 return this.attributeAssignment;
H A DObligation.java69 "attributeAssignment"
74 protected List<AttributeAssignment> attributeAssignment; field in class:Obligation
80 * Gets the value of the attributeAssignment property.
86 * This is why there is not a <CODE>set</CODE> method for the attributeAssignment property.
102 if (attributeAssignment == null) {
103 attributeAssignment = new ArrayList<AttributeAssignment>();
105 return this.attributeAssignment;

Completed in 39 milliseconds