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

Interfaces

  InterfaceDescription
Public interfaceAuthenticateOp
Authenticate an object based on their unique identifier and password.
Public interfaceCreateOp
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
Public interfaceDeleteOp
Deletes an object with the specified Uid and ObjectClass on the resource.
Public interfaceResolveUsernameOp
Public interfaceSchemaOp
Public interfaceScriptOnConnectorOp
Operation that runs a script in the environment of the connector.
Public interfaceScriptOnResourceOp
Operation that runs a script directly on a target resource.
Public interfaceSearchOp<(Of <(<'T>)>)>
Implement this interface to allow the Connector to search for resource objects.
Public interfaceSPIOperation
Tagging interface for the Connector SPI.
Public interfaceSyncOp
Receive synchronization events from the resource.
Public interfaceTestOp
Public interfaceUpdateAttributeValuesOp
More advanced implementation of UpdateOp to be implemented by connectors that wish to offer better performance and atomicity semantics for the methods AddAttributeValues(ObjectClass, Uid, ICollection<(Of <<'(ConnectorAttribute>)>>), OperationOptions) and RemoveAttributeValues(ObjectClass, Uid, ICollection<(Of <<'(ConnectorAttribute>)>>), OperationOptions).
Public interfaceUpdateOp
The developer of a Connector should implement either this interface or the UpdateAttributeValuesOp interface if the Connector will allow an authorized caller to update (i.e., modify or replace) objects on the target resource.