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:modules_extras [2020/02/18 10:04]
sourek
devel:documentation:modules_extras [2020/06/11 07:59]
kucerar import code list
Line 4: Line 4:
 Currently supported CzechIdM version : 9.2.2 Currently supported CzechIdM version : 9.2.2
  
 +[[https://github.com/bcvsolutions/czechidm-extras]]
 ===== Developing and releasing ===== ===== Developing and releasing =====
 How to develop a new feature in extras: How to develop a new feature in extras:
Line 60: Line 61:
 ===== Status task ===== ===== Status task =====
 Documentation is available here: [[tutorial:adm:status_task_how_to_set_up|]] Documentation is available here: [[tutorial:adm:status_task_how_to_set_up|]]
 +Information about content is here: [[devel:documentation:modules_extras:status_task_content|]]
  
 ===== SSO authenticate ===== ===== SSO authenticate =====
 Documentation is available here: [[documentation:security:sso_authentificate|]] Documentation is available here: [[documentation:security:sso_authentificate|]]
 +
 +===== Role force provisioning to particular system =====
 +The tutorial is available here: [[tutorial:adm:force_provisioning_for_roles|]]
  
 ===== Guarantees of roles can assign their roles to everybody ===== ===== Guarantees of roles can assign their roles to everybody =====
Line 86: Line 91:
 More information is available here: [[tutorial:adm:notification_-_identity_s_last_contract_is_ending|]] More information is available here: [[tutorial:adm:notification_-_identity_s_last_contract_is_ending|]]
  
 +Edit: full IdmIdentityDto was added for use in a template in 1.7.0
 +
 +Edit: Support for technical identities added for use in version 1.9.0
 ===== Get titles before and after ===== ===== Get titles before and after =====
 Almost every project receive all titles in one string and IdM allow separates titles before and after. For this case was created in *ExtrasUtils* two methods *getTitlesAfter* and *getTitlesBefore*. And transformation scripts *extrasGetTitlesBefore* and *extrasGetTitlesAfter*, transformation scripts calls method from utils. Almost every project receive all titles in one string and IdM allow separates titles before and after. For this case was created in *ExtrasUtils* two methods *getTitlesAfter* and *getTitlesBefore*. And transformation scripts *extrasGetTitlesBefore* and *extrasGetTitlesAfter*, transformation scripts calls method from utils.
Line 103: Line 111:
  
 Documentation for configuration is available [[tutorial:dev:ad_groups_sync_workflow|]]. Documentation for configuration is available [[tutorial:dev:ad_groups_sync_workflow|]].
 +
 +===== Workflow to disable contract on MISSING_ACCOUNT =====
 +Setting this workflow (extrasDisableMissingContract) as workflow for action in contract reconciliation will disable contract, when its being synchronized. It can be used for example, in situations when contracts are being deleted from source data after expiration and they keep being stuck in MISSING_ACCOUNT state.
 +
 +Note: When using this workflow, please consider the possibility that the contracts may "reappear" in the source data. In such case, it would make sense to enable the contracts again, e.g. by mapping the attribute "state" and filling it by value ''null'' (= active contract).
 +
 +===== Groups membership in multi domain (cross domain) AD environment =====
 +Since module version **1.8.0**
 +
 +Documentation is available [[tutorial:adm:systems_-_manage_groups_membership_in_multi_domain_cross_domain_ad_environment|]]
 +
 +===== Evaluator (permissions) for identities that has relationship on defined organization unit =====
 +Since module version **1.9.0**. **Available only on LTS version!**
 +
 +Documentation is available [[devel:documentation:modules_extras:identity_evaluator_by_work_position|there]]
 +
 +===== Evaluator (permissions) for roles that is inside defined role catalogue =====
 +Since module version **1.9.0**. **Available only on LTS version!**
 +
 +Documentation is available [[devel:documentation:modules_extras:role_evaluator_by_role_catalogue|there]].
 +
 +===== Import code list and it's items =====
 +Since module version **1.9.0**. **Available only on LTS version!**
 +If you have IdM 10.x please update to 10.4.0
 +
 +Documentation is available [[|there]].
  • by apeterova