.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01 
E41516-01
 Classes
Classes
| Class | Description | |
|---|---|---|
|  | AbstractConfiguration | |
|  | ConfigurationPropertyAttribute | 
            The Configuration interface is traversed through reflection. This
            annotation provides a way to override the default configuration operation for
            each property.
             | 
|  | ConnectorClassAttribute | 
 Interfaces
Interfaces
| Interface | Description | |
|---|---|---|
|  | AttributeNormalizer | 
            Interface to be implemented by connectors that need
            to normalize certain attributes.
             | 
|  | Configuration | |
|  | Connector | 
            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.
             | 
|  | PoolableConnector | 
            To be implemented by Connectors that wish to be pooled.
             | 






