• Packages that use LdapSyncEvent 
    Package Description
    psdi.security.ldap  
    • Uses of LdapSyncEvent in psdi.security.ldap

      Methods in psdi.security.ldap with parameters of type LdapSyncEvent 
      Modifier and Type Method and Description
      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.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.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.syncGroup(LdapSyncEvent event)
      Called by the Synchronizer when a group 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.syncGroupMembers(LdapSyncEvent event)
      Called by the Synchronizer when a group member data need to be synchronized with the database.
      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.syncStarting(LdapSyncEvent event)
      Called by the Synchronizer at the begining of a full or incremental synchronization to let the listener initialize itself.
      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.
      void LdapSyncListener.syncUser(LdapSyncEvent event)
      Called by the Synchronizer when a user data need to be synchronized with the database.