#include <clicreds.hpp>
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 30 of file clicreds.hpp.
◆ Ptr
◆ ClientCreds()
openvpn::ClientCreds::ClientCreds |
( |
| ) |
|
|
default |
◆ auth_info()
std::string openvpn::ClientCreds::auth_info |
( |
| ) |
const |
|
inline |
◆ get_http_proxy_password()
std::string openvpn::ClientCreds::get_http_proxy_password |
( |
| ) |
const |
|
inline |
◆ get_http_proxy_username()
std::string openvpn::ClientCreds::get_http_proxy_username |
( |
| ) |
const |
|
inline |
◆ get_password()
std::string openvpn::ClientCreds::get_password |
( |
| ) |
const |
|
inline |
◆ get_username()
std::string openvpn::ClientCreds::get_username |
( |
| ) |
const |
|
inline |
◆ http_proxy_password_defined()
bool openvpn::ClientCreds::http_proxy_password_defined |
( |
| ) |
const |
|
inline |
◆ http_proxy_username_defined()
bool openvpn::ClientCreds::http_proxy_username_defined |
( |
| ) |
const |
|
inline |
◆ need_user_interaction()
bool openvpn::ClientCreds::need_user_interaction |
( |
| ) |
const |
|
inline |
◆ password_defined()
bool openvpn::ClientCreds::password_defined |
( |
| ) |
const |
|
inline |
◆ password_needed()
bool openvpn::ClientCreds::password_needed |
( |
| ) |
const |
|
inline |
◆ purge_session_id()
void openvpn::ClientCreds::purge_session_id |
( |
| ) |
|
|
inline |
◆ purge_user_pass()
void openvpn::ClientCreds::purge_user_pass |
( |
| ) |
|
|
inline |
◆ save_username_for_session_id()
void openvpn::ClientCreds::save_username_for_session_id |
( |
| ) |
|
|
inline |
◆ session_id_defined()
bool openvpn::ClientCreds::session_id_defined |
( |
| ) |
const |
|
inline |
◆ set_dynamic_challenge_cookie()
void openvpn::ClientCreds::set_dynamic_challenge_cookie |
( |
const std::string & |
cookie, |
|
|
const std::string & |
username |
|
) |
| |
|
inline |
◆ set_http_proxy_password()
void openvpn::ClientCreds::set_http_proxy_password |
( |
const std::string & |
password | ) |
|
|
inline |
◆ set_http_proxy_username()
void openvpn::ClientCreds::set_http_proxy_username |
( |
const std::string & |
username | ) |
|
|
inline |
◆ set_need_user_interaction()
void openvpn::ClientCreds::set_need_user_interaction |
( |
| ) |
|
|
inline |
◆ set_password()
void openvpn::ClientCreds::set_password |
( |
const std::string & |
password_arg | ) |
|
|
inline |
◆ set_response()
void openvpn::ClientCreds::set_response |
( |
const std::string & |
response_arg | ) |
|
|
inline |
◆ set_session_id()
void openvpn::ClientCreds::set_session_id |
( |
const std::string & |
user, |
|
|
const std::string & |
sess_id |
|
) |
| |
|
inline |
◆ set_username()
void openvpn::ClientCreds::set_username |
( |
const std::string & |
username_arg | ) |
|
|
inline |
◆ username_defined()
bool openvpn::ClientCreds::username_defined |
( |
| ) |
const |
|
inline |
◆ dynamic_challenge
◆ http_proxy_pass
std::string openvpn::ClientCreds::http_proxy_pass |
|
private |
◆ http_proxy_user
std::string openvpn::ClientCreds::http_proxy_user |
|
private |
◆ need_user_interaction_
bool openvpn::ClientCreds::need_user_interaction_ = false |
|
private |
◆ password
std::string openvpn::ClientCreds::password |
|
private |
◆ password_needed_
bool openvpn::ClientCreds::password_needed_ = false |
|
private |
◆ response
std::string openvpn::ClientCreds::response |
|
private |
◆ session_id
std::string openvpn::ClientCreds::session_id |
|
private |
◆ session_id_username
std::string openvpn::ClientCreds::session_id_username |
|
private |
◆ username
std::string openvpn::ClientCreds::username |
|
private |
The documentation for this class was generated from the following file: