| libzypp 17.37.10
    | 
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 122 of file UrlBase.cc.
| 
 | inline | 
Definition at line 125 of file UrlBase.cc.
| 
 | inline | 
Definition at line 128 of file UrlBase.cc.
| 
 | inline | 
Definition at line 131 of file UrlBase.cc.
| 
 | inline | 
Definition at line 135 of file UrlBase.cc.
| 
 | inline | 
Definition at line 138 of file UrlBase.cc.
| 
 | inline | 
Definition at line 141 of file UrlBase.cc.
| 
 | inline | 
Definition at line 144 of file UrlBase.cc.
| 
 | inline | 
Definition at line 147 of file UrlBase.cc.
| 
 | inlineprivate | 
Definition at line 151 of file UrlBase.cc.
| 
 | private | 
Definition at line 172 of file UrlBase.cc.
| 
 | private | 
Definition at line 173 of file UrlBase.cc.