Searched refs:LdapUserProfileBe (Results 1 – 3 of 3) sorted by relevance
45 LdapUserProfileBe::LdapUserProfileBe( const uno::Reference<uno::XComponentContext>& xContext) in LdapUserProfileBe() function in extensions::config::ldap::LdapUserProfileBe56 osl::Mutex & aInitMutex = rtl::Static< osl::Mutex, LdapUserProfileBe >::get(); in LdapUserProfileBe()94 LdapUserProfileBe::~LdapUserProfileBe() in ~LdapUserProfileBe()99 bool LdapUserProfileBe::readLdapConfiguration( in readLdapConfiguration()178 bool LdapUserProfileBe::getLdapStringParam( in getLdapStringParam()190 void LdapUserProfileBe::setPropertyValue( in setPropertyValue()203 css::uno::Any LdapUserProfileBe::getPropertyValue( in getPropertyValue()233 rtl::OUString SAL_CALL LdapUserProfileBe::getLdapUserProfileBeName(void) { in getLdapUserProfileBeName()238 rtl::OUString SAL_CALL LdapUserProfileBe::getImplementationName(void) in getImplementationName()253 sal_Bool SAL_CALL LdapUserProfileBe::supportsService(const rtl::OUString& aServiceName) in supportsService()[all …]
36 return * new LdapUserProfileBe(aContext) ; in createLdapUserProfileBe()44 LdapUserProfileBe::getLdapUserProfileBeName,45 LdapUserProfileBe::getLdapUserProfileBeServiceNames,
56 class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase class60 LdapUserProfileBe(const uno::Reference<uno::XComponentContext>& xContext);61 ~LdapUserProfileBe(void) ;
Completed in 8 milliseconds