.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
This is the main interface to declare a connector. Developers must implement this interface. The life-cycle for a Connector is as follows Init(Configuration) is called then any of the operations implemented in the Connector and finally dispose. The Init(Configuration) and Dispose()()()() allow for block operations. For instance bulk creates or deletes and the use of before and after actions. Once Dispose()()()() is called the Connector object is discarded.

Namespace: Org.IdentityConnectors.Framework.Spi
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public interface Connector : IDisposable

See Also