Searched defs:adviceExpressions (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java109 * @param adviceExpressions The advice expressions to convert
113 public Set<ResourceAttribute> adviceExpressionsToResourceAttributes(AdviceExpressions adviceExpressions) argument
118 if (adviceExpressions != null) {
119 for (AdviceExpression adviceExpression : adviceExpressions.getAdviceExpression()) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java109 * @param adviceExpressions The advice expressions to convert
113 public Set<ResourceAttribute> adviceExpressionsToResourceAttributes(AdviceExpressions adviceExpressions) argument
118 if (adviceExpressions != null) {
119 for (AdviceExpression adviceExpression : adviceExpressions.getAdviceExpression()) {
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRule.java75 "adviceExpressions"
88 protected AdviceExpressions adviceExpressions; field in class:Rule
191 * Gets the value of the adviceExpressions property.
199 return adviceExpressions;
203 * Sets the value of the adviceExpressions property.
211 this.adviceExpressions = value;
H A DPolicy.java91 "adviceExpressions"
113 protected AdviceExpressions adviceExpressions; field in class:Policy
278 * Gets the value of the adviceExpressions property.
286 return adviceExpressions;
290 * Sets the value of the adviceExpressions property.
298 this.adviceExpressions = value;
H A DPolicySet.java96 "adviceExpressions"
121 protected AdviceExpressions adviceExpressions; field in class:PolicySet
289 * Gets the value of the adviceExpressions property.
297 return adviceExpressions;
301 * Sets the value of the adviceExpressions property.
309 this.adviceExpressions = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRule.java75 "adviceExpressions"
88 protected AdviceExpressions adviceExpressions; field in class:Rule
191 * Gets the value of the adviceExpressions property.
199 return adviceExpressions;
203 * Sets the value of the adviceExpressions property.
211 this.adviceExpressions = value;
H A DPolicy.java91 "adviceExpressions"
113 protected AdviceExpressions adviceExpressions; field in class:Policy
278 * Gets the value of the adviceExpressions property.
286 return adviceExpressions;
290 * Sets the value of the adviceExpressions property.
298 this.adviceExpressions = value;
H A DPolicySet.java96 "adviceExpressions"
121 protected AdviceExpressions adviceExpressions; field in class:PolicySet
289 * Gets the value of the adviceExpressions property.
297 return adviceExpressions;
301 * Sets the value of the adviceExpressions property.
309 this.adviceExpressions = value;

Completed in 40 milliseconds