.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
 

Classes

  ClassDescription
Public classAbstractConfiguration
Public classConfigurationPropertyAttribute
The Configuration interface is traversed through reflection. This annotation provides a way to override the default configuration operation for each property.
Public classConnectorClassAttribute

Interfaces

  InterfaceDescription
Public interfaceAttributeNormalizer
Interface to be implemented by connectors that need to normalize certain attributes.
Public interfaceConfiguration
Public interfaceConnector
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.
Public interfacePoolableConnector
To be implemented by Connectors that wish to be pooled.