libzypp  9.1.2
Public Member Functions | Public Attributes
zypp::media::CredentialManager::Impl Struct Reference

List of all members.

Public Member Functions

 Impl (const CredManagerOptions &options)
 ~Impl ()
void init_globalCredentials ()
void init_userCredentials ()
bool processCredentials (AuthData_Ptr &cred)
AuthData_Ptr getCred (const Url &url) const
AuthData_Ptr getCredFromFile (const Pathname &file)
void saveGlobalCredentials ()
void saveUserCredentials ()

Public Attributes

CredManagerOptions _options
CredentialSet _credsGlobal
CredentialSet _credsUser
CredentialSet _credsTmp
bool _globalDirty
bool _userDirty

Detailed Description

Definition at line 81 of file CredentialManager.cc.


Constructor & Destructor Documentation

Definition at line 117 of file CredentialManager.cc.

References init_globalCredentials(), and init_userCredentials().

Definition at line 85 of file CredentialManager.cc.


Member Function Documentation

Definition at line 127 of file CredentialManager.cc.

References DBG, and processCredentials().

Referenced by Impl().

Definition at line 150 of file CredentialManager.cc.

References DBG, and processCredentials().

Referenced by Impl().


Member Data Documentation

Definition at line 103 of file CredentialManager.cc.


The documentation for this struct was generated from the following file: