Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Namespaces | Classes
Package Org.IdentityConnectors.Framework.Spi

Namespaces

package  Operations
 

Classes

class  AbstractConfiguration
 
interface  AttributeNormalizer
 Interface to be implemented by connectors that need to normalize certain attributes. More...
 
interface  Configuration
 Encapsulates the configuration of a connector. More...
 
class  ConfigurationPropertyAttribute
 The Configuration interface is traversed through reflection. This annotation provides a way to override the default configuration operation for each property. More...
 
interface  Connector
 This is the main interface to declare a connector. Developers must implement this interface. The life-cycle for a Connector is as follows Connector.Init(Configuration) is called then any of the operations implemented in the Connector and finally dispose. The Connector.Init(Configuration) and IDisposable.Dispose() allow for block operations. For instance bulk creates or deletes and the use of before and after actions. Once IDisposable.Dispose() is called the Connector object is discarded. More...
 
class  ConnectorClassAttribute
 
interface  PoolableConnector
 To be implemented by Connectors that wish to be pooled. More...