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:51]
kucerar new params
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 =====
  • by kucerar