-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.internet2.edu/TIER/midPoint_c…
- Loading branch information
Showing
11 changed files
with
105 additions
and
534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
grouper-midpoint/midpoint-objects-manual/tasks/task-import-grouper.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" | ||
| xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" | ||
| oid="617fec0c-f7a6-4f91-89d0-395fb8878edd"> | ||
| <name>Import from Grouper</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3"> | ||
| <mext:kind>account</mext:kind> | ||
| <mext:objectclass>ri:AccountObjectClass</mext:objectclass> | ||
| </extension> | ||
| <taskIdentifier>1535468542646-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" | ||
| relation="org:default" | ||
| type="c:UserType"><!-- administrator --></ownerRef> | ||
| <executionStatus>runable</executionStatus> | ||
| <category>ImportingAccounts</category> | ||
| <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/import/handler-3</handlerUri> | ||
| <objectRef oid="6dcb84f5-bf82-4931-9072-fbdf87f96442" | ||
| relation="org:default" | ||
| type="c:ResourceType"><!-- Grouper SQL NEW --></objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| </task> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
grouper-midpoint/midpoint-objects-manual/tasks/task-livesync-grouper.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| <task xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" | ||
| xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" | ||
| xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" | ||
| xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" | ||
| xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" | ||
| xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" | ||
| oid="87ffce52-717a-4205-ba01-0a698f0deaee"> | ||
| <name>LiveSync from Grouper</name> | ||
| <extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3" | ||
| xmlns:gen437="http://midpoint.evolveum.com/xml/ns/public/provisioning/liveSync-3" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:type="c:ExtensionType"> | ||
| <mext:kind>account</mext:kind> | ||
| <mext:objectclass>ri:AccountObjectClass</mext:objectclass> | ||
| </extension> | ||
| <taskIdentifier>1535465478027-0-1</taskIdentifier> | ||
| <ownerRef oid="00000000-0000-0000-0000-000000000002" | ||
| relation="org:default" | ||
| type="c:UserType"><!-- administrator --></ownerRef> | ||
| <executionStatus>runnable</executionStatus> | ||
| <category>LiveSynchronization</category> | ||
| <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/live-sync/handler-3</handlerUri> | ||
| <objectRef oid="6dcb84f5-bf82-4931-9072-fbdf87f96442" | ||
| relation="org:default" | ||
| type="c:ResourceType"><!-- Grouper SQL NEW --></objectRef> | ||
| <recurrence>single</recurrence> | ||
| <binding>loose</binding> | ||
| </task> |
Oops, something went wrong.