Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.security.ldap.LdapSyncListener

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

      Classes in psdi.security.ldap that implement LdapSyncListener 
      Modifier and Type Class and Description
      class  DefaultLdapSyncAdapter
      A default adapter class that synchronizes the LDAP directory data with configured MAXIMO database table mappings.
      class  LdapSyncAdapter
      An adapter class that has a dummy implementations of all the required methods.
      Fields in psdi.security.ldap declared as LdapSyncListener 
      Modifier and Type Field and Description
      protected LdapSyncListener AbstractLdapSynchronizer.ldapSyncListener
      Synchronization listener object that will receive notifications for each user or group that need to be synchronized to MAXIMO database tables.
      Methods in psdi.security.ldap that return LdapSyncListener 
      Modifier and Type Method and Description
      LdapSyncListener AbstractLdapSynchronizer.getLDAPSyncListener()
      Returns the listener object that receives synchronization events.
      Methods in psdi.security.ldap with parameters of type LdapSyncListener 
      Modifier and Type Method and Description
      void AbstractLdapSynchronizer.setLDAPSyncListener(LdapSyncListener ldapSyncListener)
      Sets the listener object that gets notification events during synchronization process.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes