ewmscp
..
|
#include <davixCommon.h>
Public Member Functions | |
davixCfgX509 (const std::string &parPrefix) | |
void | applySingle (Davix::RequestParams ¶ms, bool &accessConfigDone) |
Private Attributes | |
options::single< std::string > | p12Path |
options::single< std::string > | privKeyPath |
options::single< std::string > | credentialPath |
options::single< std::string > | proxy |
Davix::X509Credential | credential |
Definition at line 156 of file davixCommon.h.
davixCfgX509::davixCfgX509 | ( | const std::string & | parPrefix | ) |
Definition at line 12 of file davixCommon.cpp.
References credentialPath, options::base::fForbid(), options::base::fRequire(), p12Path, privKeyPath, and proxy.
void davixCfgX509::applySingle | ( | Davix::RequestParams & | params, |
bool & | accessConfigDone | ||
) |
Definition at line 24 of file davixCommon.cpp.
References credential, credentialPath, options::base::fIsSet(), davixCommon::getPassword(), p12Path, privKeyPath, proxy, and errorReport::throwUp().
Referenced by davixConfigObject::apply().
|
private |
Definition at line 161 of file davixCommon.h.
Referenced by applySingle().
|
private |
Definition at line 159 of file davixCommon.h.
Referenced by applySingle(), and davixCfgX509().
|
private |
Definition at line 157 of file davixCommon.h.
Referenced by applySingle(), and davixCfgX509().
|
private |
Definition at line 158 of file davixCommon.h.
Referenced by applySingle(), and davixCfgX509().
|
private |
Definition at line 160 of file davixCommon.h.
Referenced by applySingle(), and davixCfgX509().