Searched refs:attributeAssignmentExpression (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdviceExpression.java71 "attributeAssignmentExpression"
76 protected List<AttributeAssignmentExpression> attributeAssignmentExpression; field in class:AdviceExpression
84 * Gets the value of the attributeAssignmentExpression property.
90 * This is why there is not a <CODE>set</CODE> method for the attributeAssignmentExpression property.
106 if (attributeAssignmentExpression == null) {
107 attributeAssignmentExpression = new ArrayList<AttributeAssignmentExpression>();
109 return this.attributeAssignmentExpression;
H A DObligationExpression.java70 "attributeAssignmentExpression"
75 protected List<AttributeAssignmentExpression> attributeAssignmentExpression; field in class:ObligationExpression
83 * Gets the value of the attributeAssignmentExpression property.
89 * This is why there is not a <CODE>set</CODE> method for the attributeAssignmentExpression property.
105 if (attributeAssignmentExpression == null) {
106 attributeAssignmentExpression = new ArrayList<AttributeAssignmentExpression>();
108 return this.attributeAssignmentExpression;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdviceExpression.java71 "attributeAssignmentExpression"
76 protected List<AttributeAssignmentExpression> attributeAssignmentExpression; field in class:AdviceExpression
84 * Gets the value of the attributeAssignmentExpression property.
90 * This is why there is not a <CODE>set</CODE> method for the attributeAssignmentExpression property.
106 if (attributeAssignmentExpression == null) {
107 attributeAssignmentExpression = new ArrayList<AttributeAssignmentExpression>();
109 return this.attributeAssignmentExpression;
H A DObligationExpression.java70 "attributeAssignmentExpression"
75 protected List<AttributeAssignmentExpression> attributeAssignmentExpression; field in class:ObligationExpression
83 * Gets the value of the attributeAssignmentExpression property.
89 * This is why there is not a <CODE>set</CODE> method for the attributeAssignmentExpression property.
105 if (attributeAssignmentExpression == null) {
106 attributeAssignmentExpression = new ArrayList<AttributeAssignmentExpression>();
108 return this.attributeAssignmentExpression;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java91 AttributeAssignmentExpression attributeAssignmentExpression = factory.createAttributeAssignmentExpression();
92 attributeAssignmentExpression.setExpression(jaxbElement);
93 attributeAssignmentExpression.setAttributeId(adviceId + ":" + resourceAttribute.getPropertyName());
94 result.getAttributeAssignmentExpression().add(attributeAssignmentExpression);
140 for (AttributeAssignmentExpression attributeAssignmentExpression
142 JAXBElement<?> jaxbElement = attributeAssignmentExpression.getExpression();
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java91 AttributeAssignmentExpression attributeAssignmentExpression = factory.createAttributeAssignmentExpression();
92 attributeAssignmentExpression.setExpression(jaxbElement);
93 attributeAssignmentExpression.setAttributeId(adviceId + ":" + resourceAttribute.getPropertyName());
94 result.getAttributeAssignmentExpression().add(attributeAssignmentExpression);
140 for (AttributeAssignmentExpression attributeAssignmentExpression
142 JAXBElement<?> jaxbElement = attributeAssignmentExpression.getExpression();
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java161 AttributeAssignmentExpression attributeAssignmentExpression = new AttributeAssignmentExpression();
162 attributeAssignmentExpression.setExpression(jaxbElement);
163 attributeAssignmentExpression.setAttributeId(XACMLConstants.JSON_RESOURCE_ATTRIBUTE_ADVICE_ID + ":" + ra
165 result.getAttributeAssignmentExpression().add(attributeAssignmentExpression);
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java161 AttributeAssignmentExpression attributeAssignmentExpression = new AttributeAssignmentExpression();
162 attributeAssignmentExpression.setExpression(jaxbElement);
163 attributeAssignmentExpression.setAttributeId(XACMLConstants.JSON_RESOURCE_ATTRIBUTE_ADVICE_ID + ":" + ra
165 result.getAttributeAssignmentExpression().add(attributeAssignmentExpression);

Completed in 33 milliseconds