Uses of Package
org.identityconnectors.framework.spi.operations
-
Packages that use org.identityconnectors.framework.spi.operations Package Description org.identityconnectors.framework.common org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi This is the "Service Provider Interface" 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.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.