See: Description
Class | Description |
---|---|
JDBCSyncDestination |
This class defines an API that must be implemented by extensions
in order to synchronize data into a relational database.
|
JDBCSyncSource |
This class defines an API that must be implemented by extensions
in order to synchronize data out of a relational database.
|
LDAPSyncDestinationPlugin |
This class defines an API that must be implemented by extensions that
perform processing on synchronization operations within an LDAP Sync
Destination.
|
LDAPSyncSourcePlugin |
This class defines an API that must be implemented by extensions that
perform processing on synchronization operations within an LDAP Sync
Source.
|
SyncDestination |
This class defines an API that must be implemented by extensions that
wish to push changes processed by the Synchronization Server to an arbitrary
destination.
|
SyncPipePlugin |
This class defines an API that must be implemented by extensions that
perform processing on synchronization operations within the Sync Pipe.
|
SyncSource |
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.
|