do-implement-entitlement

The <do-implement-entitlement> marks the actions specified by <arg-actions> with the <entitlement-impl> elements specified in <arg-node-set> so that the Identity Manager metadirectory engine knows to report the results of those actions to the DirXML-EntitlementResult attribute of the current object.

Examples

<do-implement-entitlement>
  <arg-node-set>
    <token-removed-entitlement name="Account"/>
  </arg-node-set>
  <arg-actions>
    <do-set-dest-attr-value name="Login Disabled">
      <arg-value type="state">
        <token-text>true</token-text>
      </arg-value>
    </do-set-dest-attr-value>
  </arg-actions>
</do-implement-entitlement>

1. Allowed Content

arg-node-set
node set argument
arg-actions
actions argument

2. Attributes

AttributeValue(s)Default Value
disabled true   |  false
true if this element is disabled
false
notrace true   |  false
false

3. Content Rule

( arg-node-set , arg-actions )

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD