Uses of Package
org.identityconnectors.framework.api.operations
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
ClassDescriptionBase interface for all API operations.Execute a series of
APIOperation
.Get a particularConnectorObject
based on theUid
.Get the schema from theConnector
.Runs a script in the same JVM or .Net Runtime as theConnector
.Runs a script on the target resource that a connector manages.Poll for synchronization events--i.e., native changes to target objects.Tests theconfiguration
with the connector.Updates aConnectorObject
.Validates theconfiguration
. -
-
-