https://www.youtube.com/watch?v=S2jUa-L2uKU&index=6&list=PL6B0E7rAu9t41_BdyFXg0CutDC2Q6wDtD
Our example defines 2 types of De-provisioning process:
Our example defines 2 types of De-provisioning process:
§
Type 1: Termination.
o
For only active user can convert to be
termination.
o
Disable user, account and revoke provisioning
role.
§
Type 2: Pre-delete
o
For terminated user can be pre-delete state.
§
Move user and account to special container.
This chapter, we will implement
type 1: Termination This chapter, you will learn how to:
§
Get properties in BLTH.
§
Disable user and account
§
Revoke provisioning role by API
5.1 Requirement
The
requirements of new hire can be written as steps:
- Step1: Entry employee number that you want to terminate.
- Step2: Check user’s state. Only active user can be terminated.
- Step3: disable user.
- Step4: disable account.
- Step5: revoke provisioning user.
- Exception handling
- If there are any errors on step 1, display message on screen
- If there are any errors on any step 2-4, process still keep going and send email to admin.
No comments:
Post a Comment