public class DefaultLdapSyncAdapter extends LdapSyncAdapter
| Constructor and Description |
|---|
DefaultLdapSyncAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
syncGroup(LdapSyncEvent event)
Called by the Synchronizer when a group data need to be synchronized
with the database.
|
void |
syncGroupMembers(LdapSyncEvent event)
Called by the Synchronizer when a group member data need to be
synchronized with the database.
|
void |
syncUser(LdapSyncEvent event)
Called by the Synchronizer when a user data need to be synchronized
with the database.
|
syncStartingpublic void syncUser(LdapSyncEvent event) throws LdapSyncException
syncUser in interface LdapSyncListenersyncUser in class LdapSyncAdapterevent - synchronization event that provides additional details
to perform the user data synchronization with database.LdapSyncException - if the listener fails to perform the
user data synchronization.LdapSyncListener.syncUser(psdi.security.ldap.LdapSyncEvent)public void syncGroup(LdapSyncEvent event) throws LdapSyncException
syncGroup in interface LdapSyncListenersyncGroup in class LdapSyncAdapterevent - synchronization event that provides additional details
to perform the group data synchronization with database.LdapSyncException - if the listener fails to perform the
group data synchronization.LdapSyncListener.syncGroup(psdi.security.ldap.LdapSyncEvent)public void syncGroupMembers(LdapSyncEvent event) throws LdapSyncException
syncGroupMembers in interface LdapSyncListenersyncGroupMembers in class LdapSyncAdapterevent - synchronization event that provides additional details
to perform the group member data synchronization
with database.LdapSyncException - if the listener fails to perform the
group member data synchronization.LdapSyncListener.syncGroupMembers(psdi.security.ldap.LdapSyncEvent)public void syncEnded(LdapSyncEvent event) throws LdapSyncException
syncEnded in interface LdapSyncListenersyncEnded in class LdapSyncAdapterevent - synchronization event that provides additional details
to the listener.LdapSyncException - if the listener fails to cleanup.LdapSyncListener.syncEnded(psdi.security.ldap.LdapSyncEvent)