Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
devel:documentation:accounts:dev:account-management [2019/03/26 12:31]
svandav [Incremental account management and provisioning]
devel:documentation:accounts:dev:account-management [2019/03/26 12:33]
svandav
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: 
  • by svandav