InterviewSolution
| 1. |
What Is Resource Object (ro)? |
|
Answer» A RO is in its most basic form basically a virtual representation of an account on a target system. If anomie user has an account on the target system the user has an RO instance associated with it.The most basic PROCESS that you do with ROs is to PROVISION the account to a target system. The provisioning is handled by a provisioning process. The provisioning processes USUALLY CONSISTS of a NUMBER of provisioning tasks that fires adapters that in turn calls code, often Java code, that actually does the provisioning work. A RO is in its most basic form basically a virtual representation of an account on a target system. If anomie user has an account on the target system the user has an RO instance associated with it.The most basic process that you do with ROs is to provision the account to a target system. The provisioning is handled by a provisioning process. The provisioning processes usually consists of a number of provisioning tasks that fires adapters that in turn calls code, often Java code, that actually does the provisioning work. |
|