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:accounts:dev:account-management [2019/03/26 12:30]
svandav [Incremental account management and provisioning]
devel:documentation:accounts:dev:account-management [2019/03/26 12:33] (current)
svandav [Incremental account management and provisioning]
Line 1: Line 1:
-====== Account Management ====== +====== Account management (ACM) ====== 
-{{tag> account uid identity}}+{{tag> account management uid identity ACM}}
  
  
Line 22: Line 22:
 <note important>Basic account management does not provide **delete** of accounts for now. Only allows their **creation**.</note> <note important>Basic account management does not provide **delete** of accounts for now. Only allows their **creation**.</note>
  
-===== Script - Can be account created? =====+==== Script - Can be account created? ====
   * This script can be defined on the system provisioning mapping.   * This script can be defined on the system provisioning mapping.
   * Is executed before any IdM account (AccAccount) is created (for identity type are executed too).   * Is executed before any IdM account (AccAccount) is created (for identity type are executed too).
Line 28: Line 28:
   * This script returns `Boolean.TRUE` (for create the account) or `Boolean.FALSE` (for not create the account).   * This script returns `Boolean.TRUE` (for create the account) or `Boolean.FALSE` (for not create the account).
  
-==== Script example - role catalogue====+=== Script example - role catalogue===
 We will now show how we can use the script. We will now show how we can use the script.
 Situation:  Situation: 
Line 105: Line 105:
  
 =====Incremental account management and provisioning===== =====Incremental account management and provisioning=====
-{{tag>incremental account management ACM}}+{{tag>incremental account management ACM provisioning}}
  
-<note tip>Supported since version 9.6.0.</note>+<note tip>Supported since version **9.6.0**.</note>
  
 For optimization reasons, **incremental account management** has been implemented. This allows assign or modify roles to the identity so that the necessary calculations are performed **only for the assigned/modified roles** of that identity.  For optimization reasons, **incremental account management** has been implemented. This allows assign or modify roles to the identity so that the necessary calculations are performed **only for the assigned/modified roles** of that identity. 
  • by svandav