Package | Description |
---|---|
org.identityconnectors.contract.test | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.impl.api.local.operations |
Modifier and Type | Method and Description |
---|---|
static List<SyncDelta> |
ConnectorHelper.sync(ConnectorFacade connectorFacade,
ObjectClass objClass,
SyncToken token,
OperationOptions opOptions)
Performs sync on connector facade.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConnectorHelper.checkSyncDelta(ObjectClassInfo ocInfo,
SyncDelta delta,
Uid uid,
Set<Attribute> attributes,
SyncDeltaType deltaType,
boolean checkNotReturnedByDefault)
Check that passed SyncDelta has exptected values.
|
Modifier and Type | Method and Description |
---|---|
SyncDelta |
SyncDeltaBuilder.build()
Creates a SyncDelta.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SyncResultsHandler.handle(SyncDelta delta)
Called to handle a delta in the stream.
|
Constructor and Description |
---|
SyncDeltaBuilder(SyncDelta delta)
Creates a new
SyncDeltaBuilder whose values are initialized
to those of the delta. |
Modifier and Type | Method and Description |
---|---|
SyncDelta |
ObjectNormalizerFacade.normalizeSyncDelta(SyncDelta delta)
Returns the normalized sync delta.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SyncImpl.AttributesToGetSyncResultsHandler.handle(SyncDelta delta) |
boolean |
NormalizingSyncResultsHandler.handle(SyncDelta delta) |
SyncDelta |
ObjectNormalizerFacade.normalizeSyncDelta(SyncDelta delta)
Returns the normalized sync delta.
|
Copyright © 2022. All rights reserved.