Both sides previous revision Previous revision Next revision | Previous revision |
devel:documentation:architecture:dev:events [2020/10/29 07:28] – tomiskar | devel:documentation:architecture:dev:events [2021/08/13 07:18] (current) – [Entities with event support] tomiskar |
---|
* adds event type ''PASSWORD\_EXPIRED'' - password expires | * adds event type ''PASSWORD\_EXPIRED'' - password expires |
* ''IdmProfileDto'' - operation with the identity profile | * ''IdmProfileDto'' - operation with the identity profile |
* supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' | * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'', ''NOTIFY'' |
* ''IdmPasswordDto'' - operation with the CzechIdM password | * ''IdmPasswordDto'' - operation with the CzechIdM password |
* supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' | * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
* ''IdmScripDto'' - groovy scripts | * ''IdmScripDto'' - groovy scripts |
* supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' | * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
| * ''IdmMonitoringDto'' - monitoring evaluators |
| * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
| * adds event type ''EXECUTE'' - run monitoring evaluator |
| * ''IdmMonitoringResultDto'' - monitoring results (returned from evaluator) |
| * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
* ''acc'': | * ''acc'': |
* ''AccAccountDto'' - Accounts on target system | * ''AccAccountDto'' - Accounts on target system |
* supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' | * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
* ''SysSystemDto'' - System in ACC module | * ''SysSystemDto'' - System in ACC module |
| * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
| * ''SysRemoteServerDto'' - Remote server in ACC module |
* supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' | * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
* ''SysSystemMappingDto'' - Mapping between system and his mapping of provisioning or sync | * ''SysSystemMappingDto'' - Mapping between system and his mapping of provisioning or sync |
* adds event type ''CANCEL'' - cancels provisioning operation | * adds event type ''CANCEL'' - cancels provisioning operation |
* ''AbstractSysSyncConfigDto'' (''SysSyncConfigDto'', ''SysSyncContractConfigDto'', ''SysSyncIdentityConfigDto'') - synchronization | * ''AbstractSysSyncConfigDto'' (''SysSyncConfigDto'', ''SysSyncContractConfigDto'', ''SysSyncIdentityConfigDto'') - synchronization |
| * supports base event types ''CREATE'', ''UPDATE'', ''DELETE'' |
* adds event type ''START'' - starts synchronization | * adds event type ''START'' - starts synchronization |
* adds event type ''START\_ITEM'' - starts synchronization of one item (~entity) | * adds event type ''START\_ITEM'' - starts synchronization of one item (~entity) |