Package | Description |
---|---|
psdi.security.ldap |
Modifier and Type | Method and Description |
---|---|
abstract void |
LdapSynchronizer.init(LdapSynchronizerInitData initData)
Initialize the synchronizer with the data passed.
|
void |
AbstractLdapSynchronizer.init(LdapSynchronizerInitData initData)
Initializes the synchronizer with the initialization data that's
obtained from configuration values.
|
void |
LdapSyncTask.init(LoadSyncSettings ldapSyncSettings)
Initialze the task with configuration settings.
|
LoadSyncSettings |
LoadSyncSettingsLoader.load(java.lang.String task,
java.lang.String taskInstance)
Loads the XML configuration settings based on the
passed input stream.
|
abstract void |
LdapSynchronizer.performSync(java.sql.Connection con,
SyncParameters syncParams,
UserInfo userInfo)
Perform the synchronization based on the synchronization
parameters passed.
|
void |
AbstractLdapSynchronizer.performSync(java.sql.Connection con,
SyncParameters syncParams,
UserInfo userInfo)
Performs the synchronization operation based on the synchronization
parameters.
|
void |
LdapSyncTask.performTask()
Performs the synchronization task.
|
void |
LdapSyncListener.syncEnded(LdapSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
LdapSyncAdapter.syncEnded(LdapSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
DefaultLdapSyncAdapter.syncEnded(LdapSyncEvent event)
Called by the Synchronizer at the end of a full or incremental
synchronization to let the listener cleanup any references
to objects that are being held for the duration of the
synchronization process.
|
void |
LdapSyncListener.syncGroup(LdapSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
LdapSyncAdapter.syncGroup(LdapSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
DefaultLdapSyncAdapter.syncGroup(LdapSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
LdapSyncListener.syncGroupMembers(LdapSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
LdapSyncAdapter.syncGroupMembers(LdapSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
DefaultLdapSyncAdapter.syncGroupMembers(LdapSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
LdapSyncListener.syncStarting(LdapSyncEvent event)
Called by the Synchronizer at the begining of a full or
incremental synchronization to let the listener initialize
itself.
|
void |
LdapSyncAdapter.syncStarting(LdapSyncEvent event)
Called by the Synchronizer at the begining of a full or
incremental synchronization to let the listener initialize
itself.
|
void |
LdapSyncListener.syncUser(LdapSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
void |
LdapSyncAdapter.syncUser(LdapSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
void |
DefaultLdapSyncAdapter.syncUser(LdapSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|