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
tutorial:adm:notification_-_identity_s_last_contract_is_ending [2021/11/09 12:36]
kucerar new params intemplate
tutorial:adm:notification_-_identity_s_last_contract_is_ending [2021/11/22 12:38] (current)
kucerar changed params names
Line 45: Line 45:
   * identityUrl - URL to user's dashboard   * identityUrl - URL to user's dashboard
   * identityEav - user's EAV as list of IdmFormInstanceDto   * identityEav - user's EAV as list of IdmFormInstanceDto
 +  * identityEavMap - user's EAV as Map of name of EAV and it's value as String
   * identityContract - user's contract as IdmIdentitycontractDto   * identityContract - user's contract as IdmIdentitycontractDto
   * rolesAllNames - list of all user's roles as names, sorted alphabeticaly   * rolesAllNames - list of all user's roles as names, sorted alphabeticaly
   * rolesAllDto - list of all user's roles as IdmRoleDto   * rolesAllDto - list of all user's roles as IdmRoleDto
-  * rolesDirectDto - list of directly assigned user's roles as IdmRoleDto +  * rolesDirectNames - list of directly assigned user's roles as names 
-  * rolesAutoDto - list of automaticly assigned user's roles as IdmRoleDto+  * rolesAutoNames - list of automaticly assigned user's roles as names
  
 ===== Configure topics ===== ===== Configure topics =====
Line 116: Line 117:
  
 Notification is set for sending via SMS channel. Notification is set for sending via SMS channel.
 +
 +===== LRT setting from version 3.2.3 =====
 +
 +From version 3.2.3 there are additional options for this LRT.
 +
 +  * User type - You can select user type (projection). Only users of selected type will be processed. Leave it empty to process all users
 +  * Account on system - If you want process only users with account on some system you can select one. Leave empty to process all users
 +  * Tree node - Process users only in selected node (no recursion!)
 +
 +{{  .:lastcontract.png?nolink&947x779  }}
  
 ===== Run the long running task (LRT) ===== ===== Run the long running task (LRT) =====
  • by kucerar