#include <httpcreds.hpp>
Definition at line 31 of file httpcreds.hpp.
◆ defined()
bool openvpn::WS::Creds::defined |
( |
| ) |
const |
|
inline |
◆ defined_full()
bool openvpn::WS::Creds::defined_full |
( |
| ) |
const |
|
inline |
◆ load_from_file()
static Creds openvpn::WS::Creds::load_from_file |
( |
const std::string & |
fn, |
|
|
const bool |
password_required, |
|
|
const bool |
throw_on_error |
|
) |
| |
|
inlinestatic |
◆ load_from_header()
static Creds openvpn::WS::Creds::load_from_header |
( |
const HTTP::HeaderList & |
headlist, |
|
|
const bool |
password_required, |
|
|
const bool |
throw_on_error |
|
) |
| |
|
inlinestatic |
◆ load_from_options()
static Creds openvpn::WS::Creds::load_from_options |
( |
const OptionList & |
opt, |
|
|
const std::string & |
opt_name, |
|
|
const unsigned int |
flags |
|
) |
| |
|
inlinestatic |
◆ OPENVPN_EXCEPTION()
openvpn::WS::Creds::OPENVPN_EXCEPTION |
( |
web_creds_error |
| ) |
|
◆ operator!=()
bool openvpn::WS::Creds::operator!= |
( |
const Creds & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool openvpn::WS::Creds::operator== |
( |
const Creds & |
rhs | ) |
const |
|
inline |
◆ password_eq()
bool openvpn::WS::Creds::password_eq |
( |
const Creds & |
rhs | ) |
const |
|
inline |
◆ save_to_file()
void openvpn::WS::Creds::save_to_file |
( |
const std::string & |
fn | ) |
const |
|
inline |
◆ to_string()
std::string openvpn::WS::Creds::to_string |
( |
| ) |
const |
|
inline |
◆ password
std::string openvpn::WS::Creds::password |
◆ username
std::string openvpn::WS::Creds::username |
The documentation for this struct was generated from the following file: