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
devel:documentation:architecture:dev:events:init-data [2021/02/26 12:30]
tomiskar
devel:documentation:architecture:dev:events:init-data [2021/10/06 12:20] (current)
tomiskar
Line 21: Line 21:
 | core | core-init-codelist-processor | Init base codelists (environment). | -300 | no | | core | core-init-codelist-processor | Init base codelists (environment). | -300 | no |
 | core | core-init-form-definition-processor | Init default extended form definitions for formable types (identity, role, contract, tree node). | -200 | no | | core | core-init-form-definition-processor | Init default extended form definitions for formable types (identity, role, contract, tree node). | -200 | no |
-| core | core-init-password-policy-processor | Init base password policies for password validate and generate, when no other policy is defined. Validation policy set 30s fogin blocking time with 5 unsuccessful login attempts. Generate policy is configured to generate 8-12 char length passwords with 2 lower, 2 upper, 2 number and 2 special chars. | -150 | yes | 
 | core | core-init-generator-processor | Init value generators for set default values of extended form attributes (for identity, role request concepts and assigned role attributes). | -100 | no | | core | core-init-generator-processor | Init value generators for set default values of extended form attributes (for identity, role request concepts and assigned role attributes). | -100 | no |
 | core | core-init-role-catalogue-processor | Init product provided role catalogue item 'CzechIdM Roles'. This item will contain all product provided roles (by person). Catalogue item is created, when no other catalogue item exists.If this processor is disabled, then catalogue item will not be created and product provided roles will be created without catalogue relation. | -50 | yes | | core | core-init-role-catalogue-processor | Init product provided role catalogue item 'CzechIdM Roles'. This item will contain all product provided roles (by person). Catalogue item is created, when no other catalogue item exists.If this processor is disabled, then catalogue item will not be created and product provided roles will be created without catalogue relation. | -50 | yes |
Line 37: Line 36:
 | core | core-init-organization-processor | Init default organization type 'Organization structure' with one root tree node 'Root organization'. Tree type and node is created, if no other tree type exists. | 200 | yes | | core | core-init-organization-processor | Init default organization type 'Organization structure' with one root tree node 'Root organization'. Tree type and node is created, if no other tree type exists. | 200 | yes |
 | core | core-init-demo-data-processor | Initialize demo data for application. | 3000 | has own additional property, see below | | core | core-init-demo-data-processor | Initialize demo data for application. | 3000 | has own additional property, see below |
 +| core | core-init-password-policy-processor | Init base password policies for password validate and generate, when no other policy is defined. Validation policy set 30s fogin blocking time with 5 unsuccessful login attempts, minimum 8 char length passwords. Generate policy is configured to generate 8-12 char length passwords with 2 lower, 2 upper, 2 number and 2 special chars. | 5000 | yes |
 | core | core-init-scheduled-task-processor | Schedule core long running tasks. | 10000 | no | | core | core-init-scheduled-task-processor | Schedule core long running tasks. | 10000 | no |
 | acc | acc-init-scheduled-task-processor | Schedule acc long running tasks. | 10100 | no | | acc | acc-init-scheduled-task-processor | Schedule acc long running tasks. | 10100 | no |
 +| core | core-init-monitoring-processor | Init monitoring manager and product provided monitoring evaluators. | 11000 | yes |
 +| acc | acc-init-monitoring-processor | Init product provided monitoring evaluators. | 11010 | yes |
 +| vs | vs-init-monitoring-processor | Init product provided monitoring evaluators. | 11020 | yes |
  
 **Column disableable** - processor can be disabled by additional property ''idm.sec.core.init.data.enabled=false''. Each processor can be disabled by standard [[..:..:..:application_configuration:dev:backend#entity_event_processors|processor configuration]] with processor identifier usage. **Column disableable** - processor can be disabled by additional property ''idm.sec.core.init.data.enabled=false''. Each processor can be disabled by standard [[..:..:..:application_configuration:dev:backend#entity_event_processors|processor configuration]] with processor identifier usage.
  • by tomiskar