#include <network.hpp>
|
| vault_credentials_t () |
virtual | ~vault_credentials_t () |
void | init () |
virtual bool | process_switch (const char *arg) override |
virtual void | clear () override |
virtual bool | do_load_password (qstring *out, qstring *errbuf) const override |
virtual bool | do_load_proxy_password (qstring *out, qstring *errbuf) const override |
virtual bool | write (qstring *errbuf) const override |
ask_user_result_t | ask_user (credential_validator_t *validator, qstring *errbuf, uint32 auf_flags=0) |
bool | update (qstring *errbuf) const |
bool | del (qstring *errbuf) const |
void | reg_set_site (const char *site) const |
bool | load_site () |
void | load_proxy_info () |
bool | has_seen_site_option () const |
| login_credentials_t (const qstring &_host, ushort _port) |
virtual | ~login_credentials_t () |
bool | load_password (qstring *out, qstring *errbuf) const |
bool | load_proxy_password (qstring *out, qstring *errbuf) const |
bool | use_tls () const |
void | set_use_tls (bool use_tls) |
bool | has_seen_proxy_option () const |
| endpoint_credentials_t () |
| endpoint_credentials_t (const qstring &_host, ushort _port) |
void | clear () |
bool | parse_connstr (const qstring &s, uint32 flags=0) |
void | build_connstr (qstring *out, uint32 flags=0) const |
qstring | build_connstr (uint32 flags=0) const |
| host_port_t () |
| host_port_t (const qstring &_host, ushort _port) |
void | clear () |
bool | is_valid () const |
bool | operator== (const host_port_t &r) const |
void | swap (host_port_t &r) |
qstring | connstr (int default_port=0) const |
◆ inherited
◆ ask_user_result_t
Enumerator |
---|
AUR_CANCELLED | |
AUR_VALID | |
AUR_INVALID | |
◆ vault_credentials_t()
vault_credentials_t::vault_credentials_t |
( |
| ) |
|
|
inline |
◆ ~vault_credentials_t()
virtual vault_credentials_t::~vault_credentials_t |
( |
| ) |
|
|
inlinevirtual |
◆ init()
void vault_credentials_t::init |
( |
| ) |
|
◆ process_switch()
virtual bool vault_credentials_t::process_switch |
( |
const char * | arg | ) |
|
|
overridevirtual |
◆ clear()
virtual void vault_credentials_t::clear |
( |
| ) |
|
|
inlineoverridevirtual |
◆ do_load_password()
virtual bool vault_credentials_t::do_load_password |
( |
qstring * | out, |
|
|
qstring * | errbuf ) const |
|
overridevirtual |
◆ do_load_proxy_password()
virtual bool vault_credentials_t::do_load_proxy_password |
( |
qstring * | out, |
|
|
qstring * | errbuf ) const |
|
overridevirtual |
◆ write()
virtual bool vault_credentials_t::write |
( |
qstring * | errbuf | ) |
const |
|
overridevirtual |
◆ ask_user()
◆ update()
bool vault_credentials_t::update |
( |
qstring * | errbuf | ) |
const |
◆ del()
bool vault_credentials_t::del |
( |
qstring * | errbuf | ) |
const |
◆ reg_set_site()
void vault_credentials_t::reg_set_site |
( |
const char * | site | ) |
const |
◆ load_site()
bool vault_credentials_t::load_site |
( |
| ) |
|
◆ load_proxy_info()
void vault_credentials_t::load_proxy_info |
( |
| ) |
|
◆ has_seen_site_option()
bool vault_credentials_t::has_seen_site_option |
( |
| ) |
const |
|
inline |
◆ reg_should_store_info()
bool vault_credentials_t::reg_should_store_info |
( |
| ) |
|
|
static |
◆ reg_set_store_info()
void vault_credentials_t::reg_set_store_info |
( |
bool | store_pass | ) |
|
|
static |
◆ reg_del_store_info()
bool vault_credentials_t::reg_del_store_info |
( |
| ) |
|
|
static |
◆ sitename
qstring vault_credentials_t::sitename |
The documentation for this struct was generated from the following file: