forked from docker/midPoint_container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize Grouper LiveSync, clean things up
- Loading branch information
Showing
10 changed files
with
103 additions
and
526 deletions.
There are no files selected for viewing
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> |
274 changes: 0 additions & 274 deletions
274
grouper-midpoint/mp-gr/grouper-data/container_files/seed-data/demo.backup
This file was deleted.
Oops, something went wrong.
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
91 changes: 0 additions & 91 deletions
91
grouper-midpoint/mp-gr/midpoint-server/container_files/res/grouper/SchemaScript.groovy
This file was deleted.
Oops, something went wrong.
101 changes: 0 additions & 101 deletions
101
grouper-midpoint/mp-gr/midpoint-server/container_files/res/grouper/SearchScript.groovy
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
grouper-midpoint/mp-gr/midpoint-server/container_files/res/grouper/TestScript.groovy
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.