LibreOffice Module extensions (master) 1
|
Classes | |
class | LdapConnection |
Class encapsulating all LDAP functionality. More... | |
struct | LdapDefinition |
Struct containing the information on LDAP connection. More... | |
struct | LdapMessageHolder |
class | LdapUserProfileBe |
Implements the PlatformBackend service, a specialization of the XPropertySet service for retrieving LDAP user profile configuration settings from an LDAP repository. More... | |
Typedefs | |
typedef int | LdapErrCode |
typedef std::map< OUString, OUString > | LdapData |
typedef cppu::WeakComponentImplHelper< css::beans::XPropertySet, lang::XServiceInfo > | BackendBase |
Functions | |
static void | checkLdapReturnCode (const char *aOperation, LdapErrCode aRetCode) |
typedef cppu::WeakComponentImplHelper<css::beans::XPropertySet, lang::XServiceInfo> extensions::config::ldap::BackendBase |
Definition at line 43 of file ldapuserprofilebe.hxx.
typedef std::map<OUString, OUString> extensions::config::ldap::LdapData |
Definition at line 72 of file ldapaccess.hxx.
Definition at line 32 of file ldapaccess.cxx.
|
static |
Definition at line 64 of file ldapaccess.cxx.
References NULL.
Referenced by extensions::config::ldap::LdapConnection::connectSimple(), extensions::config::ldap::LdapConnection::findUserDn(), and extensions::config::ldap::LdapConnection::getUserProfile().