#include <auth_provider.hxx>
|
| AuthProvider (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, const OUString &sUrl, const OUString &sBindingUrl) |
|
bool | authenticationQuery (std::string &username, std::string &password) override |
|
std::string | getRefreshToken (std::string &username) |
|
bool | storeRefreshToken (const std::string &username, const std::string &password, const std::string &refreshToken) |
|
|
static char * | copyWebAuthCodeFallback (const char *url, const char *, const char *) |
|
static void | setXEnv (const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv) |
|
static css::uno::Reference< css::ucb::XCommandEnvironment > | getXEnv () |
|
|
static css::uno::WeakReference< css::ucb::XCommandEnvironment > | sm_xEnv |
|
Definition at line 26 of file auth_provider.hxx.
cmis::AuthProvider::AuthProvider |
( |
const css::uno::Reference< css::ucb::XCommandEnvironment > & |
xEnv, |
|
|
const OUString & |
sUrl, |
|
|
const OUString & |
sBindingUrl |
|
) |
| |
|
inline |
bool cmis::AuthProvider::authenticationQuery |
( |
std::string & |
username, |
|
|
std::string & |
password |
|
) |
| |
|
override |
char * cmis::AuthProvider::copyWebAuthCodeFallback |
( |
const char * |
url, |
|
|
const char * |
, |
|
|
const char * |
|
|
) |
| |
|
static |
std::string cmis::AuthProvider::getRefreshToken |
( |
std::string & |
username | ) |
|
css::uno::Reference< css::ucb::XCommandEnvironment > cmis::AuthProvider::getXEnv |
( |
| ) |
|
|
static |
void cmis::AuthProvider::setXEnv |
( |
const css::uno::Reference< css::ucb::XCommandEnvironment > & |
xEnv | ) |
|
|
static |
bool cmis::AuthProvider::storeRefreshToken |
( |
const std::string & |
username, |
|
|
const std::string & |
password, |
|
|
const std::string & |
refreshToken |
|
) |
| |
OUString cmis::AuthProvider::m_sBindingUrl |
|
private |
OUString cmis::AuthProvider::m_sUrl |
|
private |
const css::uno::Reference< css::ucb::XCommandEnvironment>& cmis::AuthProvider::m_xEnv |
|
private |
css::uno::WeakReference< css::ucb::XCommandEnvironment > cmis::AuthProvider::sm_xEnv |
|
staticprivate |
The documentation for this class was generated from the following files: