Task #188
closedProvisioning service
100%
Description
Create service responsible for do provisioning.
- Input parameters will be Identity or IdentityAccount.
- Service check mapping attributes on our system.
- Load current state of identity from resource.
- Create diff identity and resource object for mappaed attributes.
- One our identity can be mapped to more than one object class on resource.
- Service have to support Create, Update, Delete operations with entity.
Updated by Vít Švanda about 8 years ago
I implemented update and create operations for provisioning.
Updated by Vít Švanda about 8 years ago
I added support for delete and disable connector object on target resource
Updated by Vít Švanda about 8 years ago
- I implemented new method for provisioning singl attribute.
- This method is used for change passowrd too.
- ICF module was refactored.
Updated by Vít Švanda about 8 years ago
I added new method for authenticate user with password on target system.
Updated by Vít Švanda about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Ondřej Kopr
Test was implemented in other task.
Updated by Ondřej Kopr about 8 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 0 to 100
- Read JavaDoc for service ist very nice,
- missing synchronization (soon),
- in taks with change password on accounts a was read and study code for method doProvisioning,
- everything is OK.