Uses of Package
org.identityconnectors.framework.spi.operations
Package
Description
-
ClassDescriptionAuthenticate an object based on their unique identifier and password.The
Connector
developer is responsible for taking the attributes given (which always includes theObjectClass
) and create an object and itsUid
.Operation interface to delete objects from the target resource.Implement this interface to allow the Connector to describe which types of objects the Connector manages on the target resource (and which operations and which options the Connector supports for each type of object).Operation that runs a script in the environment of the connector.Implement this interface to allow the Connector to search for resource objects.Tagging interface for theConnector
SPI.Poll for synchronization events--i.e., native changes to target objects.Tests the connectorConfiguration
.More advanced implementation ofUpdateOp
to be implemented by connectors that wish to offer better performance and atomicity semantics for the methodsUpdateApiOp.addAttributeValues(ObjectClass, Uid, Set, OperationOptions)
andUpdateApiOp.removeAttributeValues(ObjectClass, Uid, Set, OperationOptions)
.Proper implementation ofUpdateOp
andUpdateAttributeValuesOp
.The developer of a Connector should implement either this interface or theUpdateAttributeValuesOp
interface if the Connector will allow an authorized caller to update (i.e., modify or replace) objects on the target resource. -
-
-
ClassDescriptionImplement this interface to allow the Connector to search for resource objects.
-
ClassDescriptionImplement this interface to allow the Connector to search for resource objects.
-
ClassDescriptionTagging interface for the
Connector
SPI.The developer of a Connector should implement either this interface or theUpdateAttributeValuesOp
interface if the Connector will allow an authorized caller to update (i.e., modify or replace) objects on the target resource. -
ClassDescriptionImplement this interface to allow the Connector to search for resource objects.
-
ClassDescriptionImplement this interface to allow the Connector to search for resource objects.
-
ClassDescriptionThe
Connector
developer is responsible for taking the attributes given (which always includes theObjectClass
) and create an object and itsUid
.Operation interface to delete objects from the target resource.Poll for synchronization events--i.e., native changes to target objects.Implement this interface to allow the Connector to describe which types of objects the Connector manages on the target resource (and which operations and which options the Connector supports for each type of object).Implement this interface to allow the Connector to search for resource objects.Tagging interface for theConnector
SPI.Poll for synchronization events--i.e., native changes to target objects.