Skip to content

Commit

Permalink
mod to schema samples (salesforce, scim)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matus M authored and Matus M committed Oct 28, 2016
1 parent 4474243 commit 80333f3
Show file tree
Hide file tree
Showing 7 changed files with 324 additions and 207 deletions.
445 changes: 259 additions & 186 deletions samples/resources/scim1/Salesforce/resource-salesforce-scim-connector.xml

Large diffs are not rendered by default.

Expand Up @@ -5,7 +5,7 @@
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="056f714a-efac-476f-b38e-9588b4907e5b"
version="6">
version="7">
<name>Default salesforce account</name>
<metadata>
<createTimestamp>2016-07-01T14:32:58.978+02:00</createTimestamp>
Expand All @@ -17,7 +17,7 @@
<inducement id="1">
<construction>
<resourceRef xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
oid="2273edee-da5b-42ca-98e3-5563a7e5323a"
oid="714a197f-fa15-4eac-8f90-f1f2dfdcafc4"
type="tns:ResourceType"><!-- salesforce-scim-connector --></resourceRef>
<kind>account</kind>
</construction>
Expand Down
Expand Up @@ -5,7 +5,7 @@
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="bf4e629b-de8c-4af2-b58d-99e18e270ebb"
version="10">
version="11">
<name>entitlement metarole</name>
<metadata>
<createTimestamp>2016-07-19T17:47:56.771+02:00</createTimestamp>
Expand All @@ -17,7 +17,7 @@
<inducement id="1">
<construction>
<resourceRef xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
oid="2273edee-da5b-42ca-98e3-5563a7e5323a"
oid="714a197f-fa15-4eac-8f90-f1f2dfdcafc4"
type="tns:ResourceType"><!-- salesforce-scim-connector --></resourceRef>
<kind>account</kind>
<intent>default</intent>
Expand Down
4 changes: 2 additions & 2 deletions samples/resources/scim1/Salesforce/role-group-metarole.xml
Expand Up @@ -5,7 +5,7 @@
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="a5bcd1cc-eb8a-469e-8ff2-3f5c6f97c463"
version="11">
version="12">
<name>group metarole</name>
<metadata>
<createTimestamp>2016-07-14T13:31:38.481+02:00</createTimestamp>
Expand All @@ -17,7 +17,7 @@
<inducement id="1">
<construction>
<resourceRef xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
oid="2273edee-da5b-42ca-98e3-5563a7e5323a"
oid="714a197f-fa15-4eac-8f90-f1f2dfdcafc4"
type="tns:ResourceType"><!-- salesforce-scim-connector --></resourceRef>
<kind>account</kind>
<intent>default</intent>
Expand Down
66 changes: 55 additions & 11 deletions samples/resources/scim1/Slack/resource-slack-scim-connector.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/resources/scim1/Slack/role-default-slack-account.xml
Expand Up @@ -5,7 +5,7 @@
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="5ae47cad-f67d-4b34-a97b-03315666db68"
version="5">
version="6">
<name>Default slack account</name>
<metadata>
<createTimestamp>2016-09-05T13:20:30.302+02:00</createTimestamp>
Expand All @@ -17,7 +17,7 @@
<inducement id="1">
<construction>
<resourceRef xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
oid="5d2b9b68-3bba-43b0-8089-b608f77f1c38"
oid="2556e12c-d5ef-42bb-8079-abea9526face"
type="tns:ResourceType"><!-- slack-scim-connector --></resourceRef>
<kind>account</kind>
</construction>
Expand Down
4 changes: 2 additions & 2 deletions samples/resources/scim1/Slack/role-group-metarole.xml
Expand Up @@ -5,7 +5,7 @@
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="1a641f93-0e91-4e23-9dc7-21523c7688ba"
version="12">
version="13">
<name>group metarole slack</name>
<metadata>
<createTimestamp>2016-08-12T13:59:22.396+02:00</createTimestamp>
Expand All @@ -17,7 +17,7 @@
<inducement id="1">
<construction>
<resourceRef xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
oid="5d2b9b68-3bba-43b0-8089-b608f77f1c38"
oid="2556e12c-d5ef-42bb-8079-abea9526face"
type="tns:ResourceType"><!-- slack-scim-connector --></resourceRef>
<kind>account</kind>
<intent>default</intent>
Expand Down

0 comments on commit 80333f3

Please sign in to comment.