Uses of Interface
org.identityconnectors.framework.common.objects.LiveSyncResultsHandler
Package
Description
-
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionvoid
LiveSyncApiOp.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionvoid
AbstractConnectorFacade.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.impl.api.local.operations
Modifier and TypeClassDescriptionstatic class
Simple handler to reduce the attributes to only the set of attribute to get.class
Modifier and TypeMethodDescriptionvoid
LiveSyncImpl.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) ModifierConstructorDescriptionAttributesToGetLiveSyncResultsHandler
(LiveSyncResultsHandler handler, String[] attrsToGet) NormalizingLiveSyncResultsHandler
(LiveSyncResultsHandler target, ObjectNormalizerFacade normalizer) -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.spi.operations
Modifier and TypeMethodDescriptionvoid
LiveSyncOp.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Request synchronization events--i.e., native changes to target objects. -
Uses of LiveSyncResultsHandler in org.identityconnectors.testconnector
Modifier and TypeMethodDescriptionvoid
TstAbstractConnector.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) void
TstConnector.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options)