Advertisement
Guest User

Untitled

a guest
May 9th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.04 KB | None | 0 0
  1. <synchronization>
  2.       <objectSynchronization>
  3.          <objectClass>ri:AccountObjectClass</objectClass>
  4.          <kind>account</kind>
  5.          <enabled>true</enabled>
  6.          <correlation>
  7.             <q:equal>
  8.                <q:path>c:extension/CodiceFiscale</q:path>
  9.                <expression>
  10.                   <c:path>$account/attributes/ri:CodiceFiscale</c:path>
  11.                </expression>
  12.             </q:equal>
  13.          </correlation>
  14.          <reconcile>false</reconcile>
  15.          <reaction>
  16.             <situation>linked</situation>
  17.             <reconcile>false</reconcile>
  18.             <action>
  19.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#modifyUser</handlerUri>
  20.             </action>
  21.          </reaction>
  22.          <reaction>
  23.             <situation>deleted</situation>
  24.             <reconcile>false</reconcile>
  25.             <objectTemplateRef oid="cancelled" type="c:ObjectTemplateType"/>
  26.             <action ref="http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlinkAccount">
  27.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#unlink</handlerUri>
  28.                <order>after</order>
  29.             </action>
  30.          </reaction>
  31.          <reaction>
  32.             <situation>unlinked</situation>
  33.             <reconcile>false</reconcile>
  34.             <action>
  35.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#linkAccount</handlerUri>
  36.             </action>
  37.          </reaction>
  38.          <reaction>
  39.             <situation>unmatched</situation>
  40.             <channel>http://midpoint.evolveum.com/xml/ns/public/provisioning/channels-3#liveSync</channel>
  41.             <reconcile>false</reconcile>
  42.             <objectTemplateRef oid="84769304-7776-11e2-b582-001e8c717e5b" type="c:ObjectTemplateType"/>
  43.             <action>
  44.                <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/action-3#addUser</handlerUri>
  45.             </action>
  46.          </reaction>
  47.       </objectSynchronization>
  48.    </synchronization>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement