Searched defs:fulfillOn (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligation.java81 * @param fulfillOn FullFillOn effect type of this obligation
83 public void setFulfillOn(String fulfillOn) argument
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DObligationExpression.java80 protected EffectType fulfillOn; field in class:ObligationExpression
136 * Gets the value of the fulfillOn property.
144 return fulfillOn;
148 * Sets the value of the fulfillOn property.
156 this.fulfillOn = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DObligationExpression.java80 protected EffectType fulfillOn; field in class:ObligationExpression
136 * Gets the value of the fulfillOn property.
144 return fulfillOn;
148 * Sets the value of the fulfillOn property.
156 this.fulfillOn = value;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DObligation.java81 * @param fulfillOn FullFillOn effect type of this obligation
83 public void setFulfillOn(String fulfillOn) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/impl/
H A DObligationImpl.java76 private String fulfillOn = null; //optional field in class:ObligationImpl
150 fulfillOn = attrs.getNamedItem(XACMLConstants.FULFILL_ON)
218 return fulfillOn;
224 * @param fulfillOn FullFillOn effect type of this obligation
226 public void setFulfillOn(String fulfillOn) argument
228 this.fulfillOn = fulfillOn;
308 if (fulfillOn != null) {
310 .append(XACMLSDKUtils.quote(fulfillOn));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/impl/
H A DObligationImpl.java76 private String fulfillOn = null; //optional field in class:ObligationImpl
150 fulfillOn = attrs.getNamedItem(XACMLConstants.FULFILL_ON)
218 return fulfillOn;
224 * @param fulfillOn FullFillOn effect type of this obligation
226 public void setFulfillOn(String fulfillOn) argument
228 this.fulfillOn = fulfillOn;
308 if (fulfillOn != null) {
310 .append(XACMLSDKUtils.quote(fulfillOn));

Completed in 30 milliseconds