-
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.
Added support for activation status and handling UnknownUidException
- Loading branch information
Showing
3 changed files
with
116 additions
and
4 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
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,62 @@ | ||
| <role xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:org="http://midpoint.evolveum.com/xml/ns/public/common/org-3" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" oid="422d70bc-90b5-4a72-98fc-71f552202e9c" version="6"> | ||
| <name>Subscriber</name> | ||
| <metadata> | ||
| <requestTimestamp>2019-03-29T17:20:56.643Z</requestTimestamp> | ||
| <requestorRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType"> | ||
| <!-- administrator --> | ||
| </requestorRef> | ||
| <createTimestamp>2019-03-29T17:20:56.702Z</createTimestamp> | ||
| <creatorRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType"> | ||
| <!-- administrator --> | ||
| </creatorRef> | ||
| <createChannel>http://midpoint.evolveum.com/xml/ns/public/gui/channels-3#user</createChannel> | ||
| </metadata> | ||
| <operationExecution id="1"> | ||
| <timestamp>2019-03-29T17:20:56.764Z</timestamp> | ||
| <operation> | ||
| <objectDelta> | ||
| <t:changeType>add</t:changeType> | ||
| <t:objectType>c:RoleType</t:objectType> | ||
| </objectDelta> | ||
| <executionResult> | ||
| <operation>com.evolveum.midpoint.model.impl.lens.ChangeExecutor.executeDelta</operation> | ||
| <status>success</status> | ||
| <token>1000000000000003970</token> | ||
| </executionResult> | ||
| <objectName>Subscriber</objectName> | ||
| </operation> | ||
| <status>success</status> | ||
| <initiatorRef oid="00000000-0000-0000-0000-000000000002" relation="org:default" type="c:UserType"> | ||
| <!-- administrator --> | ||
| </initiatorRef> | ||
| <channel>http://midpoint.evolveum.com/xml/ns/public/gui/channels-3#user</channel> | ||
| </operationExecution> | ||
| <activation> | ||
| <administrativeStatus>enabled</administrativeStatus> | ||
| <effectiveStatus>enabled</effectiveStatus> | ||
| <enableTimestamp>2019-03-29T17:20:56.652Z</enableTimestamp> | ||
| </activation> | ||
| <iteration>0</iteration> | ||
| <iterationToken/> | ||
| <displayName>Wordpress Subscriber</displayName> | ||
| <inducement id="2"> | ||
| <construction> | ||
| <resourceRef oid="dd683dd5-b7b0-414c-a1d9-7039340ad70b" relation="org:default" type="c:ResourceType"> | ||
| <!-- wordpress --> | ||
| </resourceRef> | ||
| <attribute id="3"> | ||
| <c:ref>ri:roles</c:ref> | ||
| <outbound> | ||
| <strength>strong</strength> | ||
| <source> | ||
| <c:path>$containingObject/name</c:path> | ||
| </source> | ||
| <expression> | ||
| <value>subscriber</value> | ||
| </expression> | ||
| </outbound> | ||
| </attribute> | ||
| </construction> | ||
| </inducement> | ||
| </role> | ||
|
|
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