LibreOffice Module extensions (master) 1
Classes | Typedefs | Functions
extensions::config::ldap Namespace Reference

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 Documentation

◆ BackendBase

typedef cppu::WeakComponentImplHelper<css::beans::XPropertySet, lang::XServiceInfo> extensions::config::ldap::BackendBase

Definition at line 43 of file ldapuserprofilebe.hxx.

◆ LdapData

typedef std::map<OUString, OUString> extensions::config::ldap::LdapData

Definition at line 72 of file ldapaccess.hxx.

◆ LdapErrCode

Definition at line 32 of file ldapaccess.cxx.

Function Documentation

◆ checkLdapReturnCode()

static void extensions::config::ldap::checkLdapReturnCode ( const char *  aOperation,
LdapErrCode  aRetCode 
)
static