.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Initialize the connector with its configuration. For instance in a JDBC Connector this would include the database URL, password, and user.

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

Syntax

C#
void Init(
	Configuration configuration
)

Parameters

configuration
Type: Org.IdentityConnectors.Framework.Spi..::..Configuration
instance of the Configuration object implemented by the Connector developer and populated with information in order to initialize the Connector.

See Also