Uses of Class
org.identityconnectors.framework.common.objects.SyncToken
-
Packages that use SyncToken Package Description org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi This is the "Service Provider Interface" package.org.identityconnectors.framework.spi.operations -
-
Uses of SyncToken in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return SyncToken Modifier and Type Method Description SyncToken
SyncApiOp. getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.SyncToken
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 SyncToken Modifier and Type Method Description Subscription
SyncEventSubscriptionApiOp. subscribe(ObjectClass objectClass, SyncToken token, Observer<SyncDelta> handler, OperationOptions operationOptions)
Create a subscription to a given sync topic.SyncToken
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 SyncToken Modifier and Type Method Description SyncToken
SyncDelta. getToken()
Returns theSyncToken
of the object that changed.SyncToken
SyncDeltaBuilder. getToken()
Returns theSyncToken
of the object that changed.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncToken Modifier and Type Method Description SyncDeltaBuilder
SyncDeltaBuilder. setToken(SyncToken token)
Sets theSyncToken
of the object that changed. -
Uses of SyncToken in org.identityconnectors.framework.spi
Methods in org.identityconnectors.framework.spi with parameters of type SyncToken Modifier and Type Method Description void
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 SyncToken Modifier and Type Method Description SyncToken
SyncOp. getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event.Methods in org.identityconnectors.framework.spi.operations with parameters of type SyncToken Modifier and Type Method Description Subscription
SyncEventSubscriptionOp. 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.
-