Uses of Interface
org.identityconnectors.framework.common.objects.LiveSyncResultsHandler
Packages that use LiveSyncResultsHandler
Package
Description
-
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations with parameters of type LiveSyncResultsHandlerModifier 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
Methods in org.identityconnectors.framework.impl.api with parameters of type LiveSyncResultsHandlerModifier 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
Classes in org.identityconnectors.framework.impl.api.local.operations that implement LiveSyncResultsHandlerModifier and TypeClassDescriptionstatic class
Simple handler to reduce the attributes to only the set of attribute to get.class
Methods in org.identityconnectors.framework.impl.api.local.operations with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoid
LiveSyncImpl.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type LiveSyncResultsHandlerModifierConstructorDescriptionAttributesToGetLiveSyncResultsHandler
(LiveSyncResultsHandler handler, String[] attrsToGet) NormalizingLiveSyncResultsHandler
(LiveSyncResultsHandler target, ObjectNormalizerFacade normalizer) -
Uses of LiveSyncResultsHandler in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations with parameters of type LiveSyncResultsHandlerModifier 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
Methods in org.identityconnectors.testconnector with parameters of type LiveSyncResultsHandlerModifier and TypeMethodDescriptionvoid
TstAbstractConnector.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options) void
TstConnector.livesync
(ObjectClass objectClass, LiveSyncResultsHandler handler, OperationOptions options)