Package | Description |
---|---|
org.forgerock.openicf.csvfile |
This is the core package for the connector.
|
org.forgerock.openicf.framework.async.impl | |
org.forgerock.openicf.misc.scriptedcommon | |
org.identityconnectors.contract.test | |
org.identityconnectors.databasetable |
This is the core package for the connector.
|
org.identityconnectors.framework.api.operations | |
org.identityconnectors.framework.common.objects | |
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.ldap | |
org.identityconnectors.ldap.sync | |
org.identityconnectors.ldap.sync.activedirectory | |
org.identityconnectors.ldap.sync.sunds | |
org.identityconnectors.ldap.sync.timestamps |
Modifier and Type | Method and Description |
---|---|
SyncToken |
CSVFileConnector.getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVFileConnector.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 |
SyncAsyncApiOpImpl.getLatestSyncToken(ObjectClass objectClass) |
SyncToken |
SyncAsyncApiOpImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<SyncToken,RuntimeException> |
SyncAsyncApiOpImpl.getLatestSyncTokenAsync(ObjectClass objectClass) |
Modifier and Type | Method and Description |
---|---|
Subscription |
SyncEventSubscriptionApiOpImpl.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions) |
SyncToken |
SyncAsyncApiOpImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
org.forgerock.util.promise.Promise<Void,RuntimeException> |
SyncEventSubscriptionApiOpImpl.trySubscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
SyncToken |
ScriptedConnectorBase.getLatestSyncToken(ObjectClass objectClass) |
Modifier and Type | Method and Description |
---|---|
protected Object |
ScriptedConnectorBase.executeSync(String scriptName,
ObjectClass objectClass,
SyncToken token,
groovy.lang.Closure<Boolean> handler,
OperationOptions options) |
void |
ScriptedConnectorBase.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
void |
SyncDeltaDelegate.syncToken(SyncToken token) |
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 |
---|---|
SyncToken |
DatabaseTableConnector.getLatestSyncToken(ObjectClass oclass)
Returns the token corresponding to the most recent synchronization event.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseTableConnector.sync(ObjectClass oclass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options)
Request synchronization events--i.e., native changes to target objects.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncDeltaBuilder.getToken()
Returns the
SyncToken of the object that changed. |
SyncToken |
SyncDelta.getToken()
Returns the
SyncToken of the object that changed. |
Modifier and Type | Method and Description |
---|---|
SyncDeltaBuilder |
SyncDeltaBuilder.setToken(SyncToken token)
Sets the
SyncToken of the object that changed. |
Modifier and Type | Method and Description |
---|---|
SyncToken |
AbstractConnectorFacade.getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event
for any instance of the specified object class.
|
SyncToken |
AbstractConnectorFacade.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 |
---|---|
Subscription |
AbstractConnectorFacade.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions)
Create a subscription to a given sync topic.
|
SyncToken |
AbstractConnectorFacade.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 |
SyncImpl.getLatestSyncToken(ObjectClass objectClass) |
SyncToken |
SyncImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionImpl.subscribe(ObjectClass objectClass,
SyncToken token,
Observer<SyncDelta> handler,
OperationOptions operationOptions) |
SyncToken |
SyncImpl.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
SyncTokenResultsHandler.handleResult(SyncToken result)
Invoked when the request has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
SyncOp.getLatestSyncToken(ObjectClass objectClass)
Returns the token corresponding to the most recent synchronization event.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SyncToken |
LdapConnector.getLatestSyncToken(ObjectClass objectClass) |
Modifier and Type | Method and Description |
---|---|
void |
LdapConnector.sync(ObjectClass objectClass,
SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
SyncToken |
LdapSyncStrategy.getLatestSyncToken() |
Modifier and Type | Method and Description |
---|---|
void |
LdapSyncStrategy.sync(SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
SyncToken |
ActiveDirectoryChangeLogSyncStrategy.getLatestSyncToken() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveDirectoryChangeLogSyncStrategy.sync(SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
SyncToken |
SunDSChangeLogSyncStrategy.getLatestSyncToken() |
Modifier and Type | Method and Description |
---|---|
void |
SunDSChangeLogSyncStrategy.sync(SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Modifier and Type | Method and Description |
---|---|
SyncToken |
TimestampsSyncStrategy.getLatestSyncToken() |
Modifier and Type | Method and Description |
---|---|
void |
TimestampsSyncStrategy.sync(SyncToken token,
SyncResultsHandler handler,
OperationOptions options) |
Copyright © 2018–2025. All rights reserved.