KDE Utils/kwallet: Difference between revisions

From KDE Community Wiki
m (Update)
m (some minor enhancements)
Line 4: Line 4:
KWallet is actually not a single program but consists of several parts scattered across all of the KDE modules.
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 [[KDE_Utils/ksecretsservice]]}}
{{Note|It may happen that some day KWallet will be replaced by [[KDE_Utils/ksecretsservice|ksecretsservice]]}}


{| class="wikitable"
{| class="wikitable"
Line 25: Line 25:
| kwalletd
| kwalletd
| [https://projects.kde.org/projects/kde/kde-runtime/repository/revisions/master/show/kwalletd kdebase/runtime/kwalletd]
| [https://projects.kde.org/projects/kde/kde-runtime/repository/revisions/master/show/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.
| the actual kwalletd, currently a module to kded accepting client requests using D-Bus. This part also has some GUI e.g. for authenticating a user.
| KWalletD, KWalletWizard, KTimeout
| KWalletD, KWalletWizard, KTimeout
|-
|-

Revision as of 20:11, 11 December 2012

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 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 D-Bus. This part also has some GUI e.g. 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