Uses of Class
org.identityconnectors.framework.common.objects.SyncToken
Packages that use SyncToken
Package
Description
This is the "Service Provider Interface" package.
-
Uses of SyncToken in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return SyncTokenModifier and TypeMethodDescriptionSyncApiOp.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.SyncApiOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects.Methods in org.identityconnectors.framework.api.operations with parameters of type SyncTokenModifier and TypeMethodDescriptionSyncEventSubscriptionApiOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> handler, OperationOptions operationOptions) Create a subscription to a given sync topic.SyncApiOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of SyncToken in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SyncTokenModifier and TypeMethodDescriptionSyncDelta.getToken()
Returns theSyncToken
of the object that changed.SyncDeltaBuilder.getToken()
Returns theSyncToken
of the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncTokenModifier and TypeMethodDescriptionSets theSyncToken
of the object that changed. -
Uses of SyncToken in org.identityconnectors.framework.spi
Methods in org.identityconnectors.framework.spi with parameters of type SyncTokenModifier and TypeMethodDescriptionvoid
SyncTokenResultsHandler.handleResult
(SyncToken result) Invoked when the request has completed successfully. -
Uses of SyncToken in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return SyncTokenModifier and TypeMethodDescriptionSyncOp.getLatestSyncToken
(ObjectClass objectClass) Returns the token corresponding to the most recent synchronization event.Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncTokenModifier and TypeMethodDescriptionSyncEventSubscriptionOp.subscribe
(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> observer, OperationOptions operationOptions) void
SyncOp.sync
(ObjectClass objectClass, SyncToken token, SyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects.