|
libzypp
17.25.10
|
#include <iostream>#include <fstream>#include <zypp/ZConfig.h>#include <zypp/base/Function.h>#include <zypp/base/Logger.h>#include <zypp/base/Easy.h>#include <zypp/PathInfo.h>#include <zypp/media/CredentialFileReader.h>#include <zypp/media/CredentialManager.h>
Go to the source code of this file.
Classes | |
| struct | zypp::media::CredentialManager::Impl |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::media | |
Macros | |
| #define | USER_CREDENTIALS_FILE ".zypp/credentials.cat" |
Functions | |
| static AuthData_Ptr | zypp::media::findIn (const CredentialManager::CredentialSet &set, const Url &url, url::ViewOption vopt) |
| static int | zypp::media::save_creds_in_file (const CredentialManager::CredentialSet creds, const Pathname &file, const mode_t mode) |
| #define USER_CREDENTIALS_FILE ".zypp/credentials.cat" |
Definition at line 27 of file CredentialManager.cc.