Managed Mode (Synchronous mode)
In managed mode, this connector also uses UPO exits, but the UPO exits perform the actual provisioning operations on the endpoint. The operations being performed are the same as what the sdkscript connector performs.
cim1265
In managed mode, this connector also uses UPO exits, but the UPO exits perform the actual provisioning operations on the endpoint. The operations being performed are the same as what the sdkscript connector performs.
For simplicity, the managed mode UPO exits do not invoke any of the program exits, but there is no reason why this cannot be coded into the connector, if so required.
This connector provides seven UPO exits:
- ADD_ACCOUNTInvoked when a new account is created.
- DELETE_ACCOUNTInvoked when an account is deleted.
- MODIFY_ACCOUNTInvoked when an account is modified.
- RENAME_ACCOUNTInvoked when an account is renamed.
- READ_ACCOUNTInvoked when a SEARCH for a UPO account is requested.
- LIST_ACCOUNTSInvoked when a SEARCH for enumerating accounts is requested. A list of accounts is returned.
- INVOCATION_ERRORInvoked when a user provisioning operation has failed. An exception is thrown which results in a provisioning request error.