LibreOffice Module extensions (master) 1
|
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include "ldapaccess.hxx"
Go to the source code of this file.
Classes | |
class | extensions::config::ldap::LdapUserProfileBe |
Implements the PlatformBackend service, a specialization of the XPropertySet service for retrieving LDAP user profile configuration settings from an LDAP repository. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::uno |
namespace | extensions |
namespace | extensions::config |
namespace | extensions::config::ldap |
Typedefs | |
typedef cppu::WeakComponentImplHelper< css::beans::XPropertySet, lang::XServiceInfo > | extensions::config::ldap::BackendBase |