|
libzypp
17.25.6
|
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 120 of file UrlBase.cc.
|
inline |
Definition at line 123 of file UrlBase.cc.
|
inline |
Definition at line 126 of file UrlBase.cc.
|
inline |
Definition at line 129 of file UrlBase.cc.
|
inline |
Definition at line 133 of file UrlBase.cc.
|
inline |
Definition at line 136 of file UrlBase.cc.
|
inline |
Definition at line 139 of file UrlBase.cc.
|
inline |
Definition at line 142 of file UrlBase.cc.
|
inline |
Definition at line 145 of file UrlBase.cc.
|
inlineprivate |
Definition at line 149 of file UrlBase.cc.
|
private |
Definition at line 170 of file UrlBase.cc.
|
private |
Definition at line 171 of file UrlBase.cc.