LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
http_dav_ucp::DAVAuthListener_Impl Class Reference

#include <DAVAuthListenerImpl.hxx>

Inheritance diagram for http_dav_ucp::DAVAuthListener_Impl:
[legend]
Collaboration diagram for http_dav_ucp::DAVAuthListener_Impl:
[legend]

Public Member Functions

 DAVAuthListener_Impl (css::uno::Reference< css::ucb::XCommandEnvironment > xEnv, OUString inURL)
 
virtual int authenticate (const OUString &inRealm, const OUString &inHostName, OUString &inoutUserName, OUString &outPassWord, bool bCanUseSystemCredentials, bool bUsePreviousCredentials=true) override
 
virtual int authenticate (const OUString &inRealm, const OUString &inHostName, OUString &inoutUserName, OUString &outPassWord, bool bCanUseSystemCredentials, bool bUsePreviousCredentials=true)=0
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Attributes

const css::uno::Reference< css::ucb::XCommandEnvironment > m_xEnv
 
const OUString m_aURL
 
OUString m_aPrevPassword
 
OUString m_aPrevUsername
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 34 of file DAVAuthListenerImpl.hxx.

Constructor & Destructor Documentation

◆ DAVAuthListener_Impl()

http_dav_ucp::DAVAuthListener_Impl::DAVAuthListener_Impl ( css::uno::Reference< css::ucb::XCommandEnvironment >  xEnv,
OUString  inURL 
)
inline

Definition at line 38 of file DAVAuthListenerImpl.hxx.

Member Function Documentation

◆ authenticate()

int DAVAuthListener_Impl::authenticate ( const OUString &  inRealm,
const OUString &  inHostName,
OUString &  inoutUserName,
OUString &  outPassWord,
bool  bCanUseSystemCredentials,
bool  bUsePreviousCredentials = true 
)
overridevirtual

Implements http_dav_ucp::DAVAuthListener.

Definition at line 42 of file DAVResourceAccess.cxx.

References m_aPrevPassword, m_aPrevUsername, m_aURL, and m_xEnv.

Member Data Documentation

◆ m_aPrevPassword

OUString http_dav_ucp::DAVAuthListener_Impl::m_aPrevPassword
private

Definition at line 56 of file DAVAuthListenerImpl.hxx.

Referenced by authenticate().

◆ m_aPrevUsername

OUString http_dav_ucp::DAVAuthListener_Impl::m_aPrevUsername
private

Definition at line 57 of file DAVAuthListenerImpl.hxx.

Referenced by authenticate().

◆ m_aURL

const OUString http_dav_ucp::DAVAuthListener_Impl::m_aURL
private

Definition at line 54 of file DAVAuthListenerImpl.hxx.

Referenced by authenticate().

◆ m_xEnv

const css::uno::Reference< css::ucb::XCommandEnvironment > http_dav_ucp::DAVAuthListener_Impl::m_xEnv
private

Definition at line 53 of file DAVAuthListenerImpl.hxx.

Referenced by authenticate().


The documentation for this class was generated from the following files: