Package com.unboundid.directory.sdk.sync.scripting

This package defines a number of abstract classes which may be used to implement scripted versions of extensions primarily for use in the UnboundID Synchronization Server.

See:
          Description

Class Summary
ScriptedJDBCSyncDestination This class defines an API that must be implemented by scripted extensions in order to synchronize data into a relational database.
ScriptedJDBCSyncSource This class defines an API that must be implemented by scripted extensions in order to synchronize data out of a relational database.
ScriptedLDAPSyncDestinationPlugin This class defines an API that must be implemented by scripted extensions that perform processing on synchronization operations within an LDAP Sync Destination.
ScriptedLDAPSyncSourcePlugin This class defines an API that must be implemented by scripted extensions that perform processing on synchronization operations within an LDAP Sync Source.
ScriptedSyncDestination This class defines an API that must be implemented by scripted extensions that wish to push changes processed by the Synchronization Server to an arbitrary destination.
ScriptedSyncPipePlugin This class defines an API that must be implemented by scripted extensions that perform processing on synchronization operations within the Sync Pipe.
 

Package com.unboundid.directory.sdk.sync.scripting Description

This package defines a number of abstract classes which may be used to implement scripted versions of extensions primarily for use in the UnboundID Synchronization Server.