kio
kpasswdserver.cpp File Reference
#include "kpasswdserver.h"
#include <time.h>
#include <qtimer.h>
#include <kapplication.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kdebug.h>
#include <kio/passdlg.h>
#include <kwallet.h>
#include "config.h"
#include "kpasswdserver.moc"
Include dependency graph for kpasswdserver.cpp:
Go to the source code of this file.
Functions | |
KDE_EXPORT KDEDModule * | create_kpasswdserver (const QCString &name) |
static QString | makeMapKey (const char *key, int entryNumber) |
static QString | makeWalletKey (const QString &key, const QString &realm) |
static bool | readFromWallet (KWallet::Wallet *wallet, const QString &key, const QString &realm, QString &username, QString &password, bool userReadOnly, QMap< QString, QString > &knownLogins) |
static bool | storeInWallet (KWallet::Wallet *wallet, const QString &key, const KIO::AuthInfo &info) |
Function Documentation
KDE_EXPORT KDEDModule* create_kpasswdserver | ( | const QCString & | name | ) |
Definition at line 46 of file kpasswdserver.cpp.
static QString makeMapKey | ( | const char * | key, | |
int | entryNumber | |||
) | [static] |
Definition at line 95 of file kpasswdserver.cpp.
Definition at line 89 of file kpasswdserver.cpp.
static bool readFromWallet | ( | KWallet::Wallet * | wallet, | |
const QString & | key, | |||
const QString & | realm, | |||
QString & | username, | |||
QString & | password, | |||
bool | userReadOnly, | |||
QMap< QString, QString > & | knownLogins | |||
) | [static] |
Definition at line 138 of file kpasswdserver.cpp.
static bool storeInWallet | ( | KWallet::Wallet * | wallet, | |
const QString & | key, | |||
const KIO::AuthInfo & | info | |||
) | [static] |
Definition at line 103 of file kpasswdserver.cpp.