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

Classes

interface  AuthenticateOp
 Authenticate an object based on their unique identifier and password. More...
 
interface  CreateOp
 The Org.IdentityConnectors.Framework.Spi.Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid. More...
 
interface  DeleteOp
 Deletes an object with the specified Uid and ObjectClass on the resource. More...
 
interface  ResolveUsernameOp
 
interface  SchemaOp
 
interface  ScriptOnConnectorOp
 Operation that runs a script in the environment of the connector. More...
 
interface  ScriptOnResourceOp
 Operation that runs a script directly on a target resource. More...
 
interface  SearchOp< T >
 Implement this interface to allow the Connector to search for resource objects. More...
 
interface  SPIOperation
 Tagging interface for the Org.IdentityConnectors.Framework.Spi.Connector SPI. More...
 
interface  SyncOp
 Receive synchronization events from the resource. More...
 
interface  TestOp
 Tests the connector Configuration. More...
 
interface  UpdateAttributeValuesOp
 More advanced implementation of Org.IdentityConnectors.Framework.Spi.Operations.UpdateOp to be implemented by connectors that wish to offer better performance and atomicity semantics for the methods Org.IdentityConnectors.Framework.Api.Operations.UpdateApiOp.AddAttributeValues(ObjectClass, Uid, ICollection{ConnectorAttribute}, OperationOptions) and Org.IdentityConnectors.Framework.Api.Operations.UpdateApiOp.RemoveAttributeValues(ObjectClass, Uid, ICollection{ConnectorAttribute}, OperationOptions). More...
 
interface  UpdateOp
 The developer of a Connector should implement either this interface or the Org.IdentityConnectors.Framework.Spi.Operations.UpdateAttributeValuesOp interface if the Connector will allow an authorized caller to update (i.e., modify or replace) objects on the target resource. More...