14#if defined __GNUC__ && !defined __clang__
15#pragma GCC diagnostic push
16#pragma GCC diagnostic ignored "-Wdeprecated"
17#pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
19#include <libcmis/libcmis.hxx>
20#if defined __GNUC__ && !defined __clang__
21#pragma GCC diagnostic pop
24#include <com/sun/star/ucb/XCommandEnvironment.hpp>
31 const css::uno::Reference< css::ucb::XCommandEnvironment>&
m_xEnv;
32 const css::uno::Reference< css::uno::XComponentContext >&
m_xContext;
37 const css::uno::Reference< css::ucb::XCommandEnvironment>& xEnv,
38 const css::uno::Reference< css::uno::XComponentContext>& xContext,
bool validateCertificate(std::vector< std::string > certificates) override
CertValidationHandler(const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString sHostname)
const css::uno::Reference< css::uno::XComponentContext > & m_xContext
const css::uno::Reference< css::ucb::XCommandEnvironment > & m_xEnv