Skip to content

update grouper object classes #154

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<icfc:enableFilteredResultsHandler>false</icfc:enableFilteredResultsHandler>
<icfc:enableAttributesToGetSearchResultsHandler>false</icfc:enableAttributesToGetSearchResultsHandler>
</icfc:resultsHandlerConfiguration>
<icfc:legacySchema>true</icfc:legacySchema>
</connectorConfiguration>

<schemaHandling>
Expand All @@ -67,7 +66,7 @@
<intent>default</intent>
<displayName>Default Account</displayName>
<default>true</default>
<objectClass>ri:CustomSubjectObjectClass</objectClass>
<objectClass>ri:subject</objectClass>

<focus>
<type>c:UserType</type>
Expand Down Expand Up @@ -95,9 +94,10 @@
<ref>ri:member_of</ref>
<fetchStrategy>explicit</fetchStrategy>
</attribute>
<association>
<association>
<ref>ri:group</ref>
<inbound>
<inbound>
<strength>strong</strength>
<expression>
<assignmentTargetSearch>
<targetType>c:OrgType</targetType>
Expand Down Expand Up @@ -128,10 +128,29 @@
</expression>
</q:equal>
</filter>
<populate>
<populateItem>
<expression>
<value>grouper-group</value>
</expression>
<target>
<path>subtype</path>
</target>
</populateItem>
</populate>
</assignmentTargetSearch>
</expression>
<target>
<path>assignment</path>
<set>
<condition>
<script>
<code>
assignment?.subtype?.contains('grouper-group')
</code>
</script>
</condition>
</set>
</target>
</inbound>
<kind>entitlement</kind>
Expand Down Expand Up @@ -187,7 +206,7 @@
<intent>group</intent>
<displayName>Group</displayName>
<default>true</default>
<objectClass>ri:GroupObjectClass</objectClass>
<objectClass>ri:group</objectClass>

<focus>
<type>c:OrgType</type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<name>Grouper Livesync</name>
<description>Grouper live synchronization task for groups and users. It will poll changelog and pull in changes</description>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<executionStatus>runnable</executionStatus>
<executionState>running</executionState>
<schedulingState>ready</schedulingState>
<category>Recomputation</category>
<indestructible>true</indestructible>
<binding>tight</binding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</resourceRef>
<kind>entitlement</kind>
<intent>group</intent>
<objectclass>ri:GroupObjectClass</objectclass>
<objectclass>ri:group</objectclass>
</resourceObjects>
</reconciliation>
</work>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</resourceRef>
<kind>account</kind>
<intent>default</intent>
<objectclass>ri:CustomSubjectObjectClass</objectclass>
<objectclass>ri:subject</objectclass>
</resourceObjects>
</reconciliation>
</work>
Expand Down