Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:architecture:dev:events [2019/02/12 09:52]
tomiskar
devel:documentation:architecture:dev:events [2019/03/18 09:10]
tomiskar [Duplicate role processors]
Line 74: Line 74:
     * ''IdmRoleDto'' - operation with the role     * ''IdmRoleDto'' - operation with the role
       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'', ''EAV\_SAVE'', ''NOTIFY''       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'', ''EAV\_SAVE'', ''NOTIFY''
 +      * adds event type ''DUPLICATE'' - duplicate role, event is published for create / update role duplicate, read more [[..:..:roles:dev:duplicate-role|here]].
     * ''IdmRoleGuaranteeDto'' - operation with the role guarantee by identity     * ''IdmRoleGuaranteeDto'' - operation with the role guarantee by identity
       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''       * supports base event types ''CREATE'', ''UPDATE'', ''DELETE''
Line 627: Line 628:
 idm.sec.core.processor.core-role-code-environment-processor.enabled=true idm.sec.core.processor.core-role-code-environment-processor.enabled=true
 </code> </code>
 +
 +==== Duplicate role processors ====
 +
 +{{page>..:..:roles:dev:duplicate-role#processors}}
 +
 +
 +
 ===== Example ===== ===== Example =====
 ==== Synchronous processor ==== ==== Synchronous processor ====
  • by tomiskar