Difference between revisions of "KDE Utils/kwallet"
*>AnneW |
|||
Line 1: | Line 1: | ||
− | + | ||
== Structure == | == Structure == | ||
Revision as of 12:21, 15 July 2012
Structure
kwallet is actually not a single program but consists of several parts scattered across all of the kde modules.
NOTE: kwallet will be replaced by KDE_Utils/ksecretsservice
part | svn | purpose | important classes |
---|---|---|---|
Backend | kdebase/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
External references
This page was last edited on 15 July 2012, at 12:21. Content is available under Creative Commons License SA 4.0 unless otherwise noted.