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/04/24 07:33]
kopro [Evaluator (permissions) for roles that is inside defined role catalogue] add URL to documentation
devel:documentation:modules_extras [2020/11/20 11:09]
kucerar link to defaults on BE for tittles
Line 2: Line 2:
 CzechIdM - extras contains various features, which are not suited to be in any other module. List of the currently supported features is below. CzechIdM - extras contains various features, which are not suited to be in any other module. List of the currently supported features is below.
  
-Currently supported CzechIdM version : 9.2.2+Currently supported CzechIdM version : 10.4.9
  
 [[https://github.com/bcvsolutions/czechidm-extras]] [[https://github.com/bcvsolutions/czechidm-extras]]
 +
 +
 +===== Table of compatible versions =====
 +
 +^ Extras version  ^ Min dependency versions  ^ Max dependency versions  ^ Note  ^
 +| 2.5.0           | idm-core-10.3.3          | UNKNOWN                  |       |
 +| 2.6.0           | idm-core-10.4.4          | UNKNOWN                  |       |
 +| 2.6.1           | idm-core-10.4.8          | UNKNOWN                  | This version is needed for [[tutorial:adm:import_automatic_roles_on_tree_nodes|]]  |
 +
 +
 ===== Developing and releasing ===== ===== Developing and releasing =====
 How to develop a new feature in extras: How to develop a new feature in extras:
Line 49: Line 59:
 ===== Automatic role definitions - Import of data from CSV LRT ===== ===== Automatic role definitions - Import of data from CSV LRT =====
 Documentation is available here: [[tutorial:adm:automatic_role_definitions_-_import_of_data_from_csv|]] Documentation is available here: [[tutorial:adm:automatic_role_definitions_-_import_of_data_from_csv|]]
 +
 +===== Automatic role definitions - Import all rules LRT =====
 +Since module version **1.9.0**.
 +Documentation is available here: [[tutorial:adm:automatic_role_definitions_-_import_all_rules|]]
  
 ===== Assign roles to contract EAV - Import of data from CSV LRT ===== ===== Assign roles to contract EAV - Import of data from CSV LRT =====
Line 97: Line 111:
 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.
  
-Dictionary with titles can be setup by configuration properties. Default values exists.+Dictionary with titles can be setup by configuration properties. Default values exists in [[https://github.com/bcvsolutions/czechidm-extras/blob/2.6.1/Realization/backend/idm-extras/src/main/java/eu/bcvsolutions/idm/extras/util/ExtrasUtils.java#L62|BE]]
 <code> <code>
-idm.sec.extras.configuration.titlesAfter="Ph.D.""Th.D.""CSc.""DrSc.""dr. h. c.","DiS.""MBA" +idm.sec.extras.configuration.titlesAfter=Ph.D.,Th.D.,CSc.,DrSc.,dr. h. c.,DiS.,MBA,LL.M.,FESC,MHA,FEBO,FESO,FEBU,FACC 
-idm.sec.extras.configuration.titlesBefore="Bc.""BcA.""Ing.""Ing. arch.""MUDr.","MVDr.""MgA.""Mgr.""JUDr.""PhDr.""RNDr.""PharmDr.""ThLic.""ThDr.""prof.""doc.","PaedDr.""Dr.""PhMr."+idm.sec.extras.configuration.titlesBefore=Bc.,BcA.,Ing.,Ing. arch.,MUDr.,MVDr.,MgA.,Mgr.,JUDr.,PhDr.,RNDr.,PharmDr.,ThLic.,ThDr.,prof.,doc.,PaedDr.,Dr.,PhMr.,MDDr. 
 </code> </code>
  
Line 114: Line 129:
 ===== Workflow to disable contract on MISSING_ACCOUNT ===== ===== 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. 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 ===== ===== Groups membership in multi domain (cross domain) AD environment =====
Line 129: Line 146:
  
 Documentation is available [[devel:documentation:modules_extras:role_evaluator_by_role_catalogue|there]]. 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** and **2.4.0**
 +
 +Documentation is available [[devel:documentation:modules_extras:import_code_list_an_it_s_items|there]]
 +
 +===== Evaluators (permissions) for Identities and Contracts which are both subordinate and have given projection =====
 +Since module version **2.4.0**.
 +
 +Documentation is available [[devel:documentation:modules_extras:subordinate_projection_evaluators|there]].
 +
 +===== Workflows for approval of role assignment =====
 +Since module version **2.3.0**
 +
 +Documentation is available [[tutorial:adm:modules_extras_wf|there]]
 +
  • by apeterova