|
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 |