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
Ping Identity Data Sync Server (also referred to as the
Data Sync Server).
-
Class Summary Class Description 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 Data Sync 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.ScriptedSyncSource This class defines an API that must be implemented by extensions in order to synchronize data from a generic (non-LDAP and non-JDBC) endpoint.