libzypp 17.31.23
|
Hide passwords embedded in a querystr,. More...
Public Member Functions | |
SafeQuerystr () | |
SafeQuerystr (std::string rhs) | |
SafeQuerystr & | operator= (std::string rhs) |
operator const std::string & () const | |
const std::string & | str () const |
const std::string & | str (const ViewOptions &viewopts_r) const |
const std::string & | fullStr () const |
const std::string & | safeStr () const |
Private Member Functions | |
void | _assign (std::string &&rhs) |
Private Attributes | |
std::string | _fullQuerytsr |
std::optional< std::string > | _safeQuerytsr |
Hide passwords embedded in a querystr,.
Stores the full querystring and maintains a safe version with password field stripped. Url::asString will print the passwords on demand only.
Definition at line 121 of file UrlBase.cc.
|
inline |
Definition at line 124 of file UrlBase.cc.
|
inline |
Definition at line 127 of file UrlBase.cc.
|
inline |
Definition at line 130 of file UrlBase.cc.
|
inline |
Definition at line 134 of file UrlBase.cc.
|
inline |
Definition at line 137 of file UrlBase.cc.
|
inline |
Definition at line 140 of file UrlBase.cc.
|
inline |
Definition at line 143 of file UrlBase.cc.
|
inline |
Definition at line 146 of file UrlBase.cc.
|
inlineprivate |
Definition at line 150 of file UrlBase.cc.
|
private |
Definition at line 171 of file UrlBase.cc.
|
private |
Definition at line 172 of file UrlBase.cc.