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/03/15 11:35]
tomiskar
devel:documentation:architecture:dev:events [2019/03/15 13:04]
tomiskar [RoleCodeEnvironmentProcessor]
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 [[here]].+      * 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 628: 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 ====
 +
 +All implemented processors in the product for the ''DUPLICATE'' event type can be found [[..:..:roles:dev:duplicate-role#processors|here]].
 +
 ===== Example ===== ===== Example =====
 ==== Synchronous processor ==== ==== Synchronous processor ====
  • by tomiskar