Previous Topic: Non-managed Mode (Asynchronous mode)Next Topic: Implementing the Connector


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.

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_ACCOUNT

Invoked when a new account is created.

DELETE_ACCOUNT

Invoked when an account is deleted.

MODIFY_ACCOUNT

Invoked when an account is modified.

RENAME_ACCOUNT

Invoked when an account is renamed.

READ_ACCOUNT

Invoked when a SEARCH for a UPO account is requested.

LIST_ACCOUNTS

Invoked when a SEARCH for enumerating accounts is requested. A list of accounts is returned.

INVOCATION_ERROR

Invoked when a user provisioning operation has failed. An exception is thrown which results in a provisioning request error.