.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Operation that runs a script in the environment of the connector.

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

Syntax

C#
public interface ScriptOnConnectorOp : SPIOperation

Remarks

(Compare to ScriptOnResourceOp, which runs a script on the target resource that the connector manages.) A connector that intends to provide to scripts more than is required by the basic contract specified in the javadoc for ScriptOnConnectorApiOp should implement this interface.

Each connector that implements this interface must support at least the behavior specified by ScriptOnConnectorApiOp. A connector also may expose additional variables for use by scripts and may respond to specific OperationOptions. Each connector that implements this interface must describe in its javadoc as available "for use by connector scripts" any such additional variables or supported options.

See Also