|
libzypp
15.22.2
|
#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 25 of file CredentialManager.cc.