Projects/Utils/kwallet

From KDE TechBase
Revision as of 07:31, 8 December 2012 by Yurchor (talk | contribs) (Update)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Structure

KWallet is actually not a single program but consists of several parts scattered across all of the KDE modules.

Note
It may happen that some day kwallet will be replaced by Projects/Utils/ksecretsservice


part svn purpose important classes
Backend kde-runtime/kwalletd/backend/ reading/writing kwl files and encryption KWallet::Backend, KWallet::Entry
UI components kdelibs/kdeui/util provides the client API for kwallet, mostly dbus client stubs KWallet::Wallet
kwalletd kdebase/runtime/kwalletd the actual kwalletd, currently a module to kded accepting client requests using dbus. This part also has some GUI eg. for authenticating a user. KWalletD, KWalletWizard, KTimeout
kwalletmanager kdeutils/kwallet The application the user uses for managing the wallets and the password entries. none

Work

Bugs