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

Interfaces

  InterfaceDescription
Public interfaceAPIOperation
Base interface for all API operations.
Public interfaceAuthenticationApiOp
Public interfaceCreateApiOp
Operation to create connector objects based on the attributes provided.
Public interfaceDeleteApiOp
Deletes an object with the specified Uid and ObjectClass on the resource.
Public interfaceGetApiOp
Get a particular ConnectorObject based on the Uid.
Public interfaceResolveUsernameApiOp
Public interfaceSchemaApiOp
Get the schema from the Connector.
Public interfaceScriptOnConnectorApiOp
Runs a script in the same JVM or .Net Runtime as the
 Copy imageCopy
Connector
.
Public interfaceScriptOnResourceApiOp
Runs a script on the target resource that a connector manages.
Public interfaceSearchApiOp
Public interfaceSyncApiOp
Receive synchronization events from the resource.
Public interfaceTestApiOp
Tests the APIConfiguration with the connector.

Unlike validation performed by Validate()()()(), testing a configuration should check that any pieces of environment referred by the configuration are available. For example the connector could make a physical connection to a host specified in the configuration to check that it exists and that the credentials specified in the configuration are usable.

Since this operation may connect to the resource, it may be slow. Clients are advised not to invoke this operation often, such as before every provisioning operation. This operation is not intended to check that the connector is alive (i.e., its physical connection to the resource has not timed out).

This operation may be invoked before the configuration has been validated.

Public interfaceUpdateApiOp
Updates a ConnectorObject.
Public interfaceValidateApiOp