Searched refs:adviceId (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdvice.java77 protected String adviceId; field in class:Advice
109 * Gets the value of the adviceId property.
117 return adviceId;
121 * Sets the value of the adviceId property.
129 this.adviceId = value;
H A DAdviceExpression.java79 protected String adviceId; field in class:AdviceExpression
113 * Gets the value of the adviceId property.
121 return adviceId;
125 * Sets the value of the adviceId property.
133 this.adviceId = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAdvice.java77 protected String adviceId; field in class:Advice
109 * Gets the value of the adviceId property.
117 return adviceId;
121 * Sets the value of the adviceId property.
129 this.adviceId = value;
H A DAdviceExpression.java79 protected String adviceId; field in class:AdviceExpression
113 * Gets the value of the adviceId property.
121 return adviceId;
125 * Sets the value of the adviceId property.
133 this.adviceId = value;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java79 final String adviceId = XACMLConstants.JSON_RESOURCE_ATTRIBUTE_ADVICE_ID + ":" + resourceAttribute.getClass()
93 attributeAssignmentExpression.setAttributeId(adviceId + ":" + resourceAttribute.getPropertyName());
100 result.setAdviceId(adviceId);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java79 final String adviceId = XACMLConstants.JSON_RESOURCE_ATTRIBUTE_ADVICE_ID + ":" + resourceAttribute.getClass()
93 attributeAssignmentExpression.setAttributeId(adviceId + ":" + resourceAttribute.getPropertyName());
100 result.setAdviceId(adviceId);

Completed in 55 milliseconds