public abstract class LdapSynchronizer
extends java.lang.Object
Constructor and Description |
---|
LdapSynchronizer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
init(LdapSynchronizerInitData initData)
Initialize the synchronizer with the data passed.
|
abstract void |
performSync(java.sql.Connection con,
SyncParameters syncParams,
UserInfo userInfo)
Perform the synchronization based on the synchronization
parameters passed.
|
public abstract void init(LdapSynchronizerInitData initData) throws LdapSyncException
initData
- initialization dataLdapSyncException
- if fail to initializepublic abstract void performSync(java.sql.Connection con, SyncParameters syncParams, UserInfo userInfo) throws LdapSyncException
con
- database connection to be used for synchronizing
LDAP data with MAXIMO database tables.syncParams
- synchronization prametersLdapSyncException
- if fail to perform synchronzation