Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Package net.java.sip.communicator.service.ldap

Interface Summary
LdapConstants Constants used by the LDAP service.
LdapDirectory LdapDirectory is the "core" object of the service, which should be used to perform LDAP queries.
LdapDirectorySet The LdapDirectorySet is a simple data structure linking server names (ie displayed name) to LdapDirectory objects.
LdapDirectorySettings A wrapper around the settings needed to create an LdapDirectory This object is mandatory to create an LdapServer.
LdapFactory The LdapFactory is used to create LdapDirectoryS, LdapDirectorySettings, LdapQueryS, ...
LdapPersonFound An LdapPersonFound is contained in each LdapEvent sent by an LdapDirectory after a successful LDAP search.
LdapQuery Represents an LDAP search query.
LdapSearchSettings LdapSearchSettings is a wrapper around all settings a directory search.
LdapService The Ldap Service allows other modules to query an LDAP server
 

Enum Summary
LdapConstants.Auth Authentication methods.
LdapConstants.Encryption security methods used to connect to the remote host and their default port
LdapConstants.Scope search scope in the directory: one level, subtree
LdapQuery.State State of LDAP query.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.