Package | Description |
---|---|
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.impl.api | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.spi |
This is the "Service Provider Interface" package.
|
org.identityconnectors.framework.spi.operations | |
org.identityconnectors.testconnector |
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncApiOp.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
AbstractConnectorFacade.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalizingSyncResultsHandler |
static class |
SyncImpl.AttributesToGetSyncResultsHandler
Simple handler to reduce the attributes to only the set of attribute to
get.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Constructor and Description |
---|
AttributesToGetSyncResultsHandler(SyncResultsHandler handler,
String[] attrsToGet) |
NormalizingSyncResultsHandler(SyncResultsHandler target,
ObjectNormalizerFacade normalizer) |
Modifier and Type | Interface and Description |
---|---|
interface |
SyncTokenResultsHandler
A SyncTokenResultsHandler is a Callback interface that an application
implements in order to handle results from
SyncApiOp in a
stream-processing fashion. |
Modifier and Type | Method and Description |
---|---|
void |
SyncOp.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and Description |
---|---|
void |
TstAbstractConnector.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
void |
TstConnector.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Copyright © 2022. All rights reserved.