Uses of Package
org.identityconnectors.framework.spi.operations
-
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.framework.common Class Description SPIOperation Tagging interface for theConnector
SPI. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.framework.common.objects Class Description SPIOperation Tagging interface for theConnector
SPI. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.framework.impl.api.local.operations Class Description SearchOp Implement this interface to allow the Connector to search for resource objects. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.framework.impl.test Class Description SearchOp Implement this interface to allow the Connector to search for resource objects. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.framework.spi Class Description SPIOperation Tagging interface for theConnector
SPI. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.framework.spi.operations Class Description SPIOperation Tagging interface for theConnector
SPI.UpdateOp 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. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.test.common Class Description SearchOp Implement this interface to allow the Connector to search for resource objects. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.test.common.spi Class Description SearchOp Implement this interface to allow the Connector to search for resource objects. -
Classes in org.identityconnectors.framework.spi.operations used by org.identityconnectors.testconnector Class Description CreateOp TheConnector
developer is responsible for taking the attributes given (which always includes theObjectClass
) and create an object and itsUid
.DeleteOp Operation interface to delete objects from the target resource.SchemaOp 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).SearchOp Implement this interface to allow the Connector to search for resource objects.SPIOperation Tagging interface for theConnector
SPI.SyncOp Poll for synchronization events--i.e., native changes to target objects.