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

Completed in 46 milliseconds