KPasswdServer Class ReferenceList of all members.
Detailed Description
Definition at line 39 of file kpasswdserver.h.
|
Public Slots |
void | processRequest () |
void | removeAuthForWindowId (long windowId) |
DCOP Member Functions |
KIO::AuthInfo | checkAuthInfo (KIO::AuthInfo, long, unsigned long) |
KIO::AuthInfo | checkAuthInfo (KIO::AuthInfo, long) |
KIO::AuthInfo | queryAuthInfo (KIO::AuthInfo, QString, long, long, unsigned long) |
KIO::AuthInfo | queryAuthInfo (KIO::AuthInfo, QString, long, long) |
void | addAuthInfo (KIO::AuthInfo, long) |
Public Member Functions |
| KPasswdServer (const QCString &) |
| ~KPasswdServer () |
Protected Member Functions |
QString | createCacheKey (const KIO::AuthInfo &info) |
const AuthInfo * | findAuthInfoItem (const QString &key, const KIO::AuthInfo &info) |
void | removeAuthInfoItem (const QString &key, const KIO::AuthInfo &info) |
void | addAuthInfoItem (const QString &key, const KIO::AuthInfo &info, long windowId, long seqNr, bool canceled) |
KIO::AuthInfo | copyAuthInfo (const AuthInfo *) |
void | updateAuthExpire (const QString &key, const AuthInfo *, long windowId, bool keep) |
int | findWalletEntry (const QMap< QString, QString > &map, const QString &username) |
bool | openWallet (WId windowId) |
Protected Attributes |
QDict< AuthInfoList > | m_authDict |
QPtrList< Request > | m_authPending |
QPtrList< Request > | m_authWait |
QIntDict< QStringList > | mWindowIdList |
DCOPClient * | m_dcopClient |
KWallet::Wallet * | m_wallet |
long | m_seqNr |
Classes |
struct | AuthInfo |
class | AuthInfoList |
struct | Request |
The documentation for this class was generated from the following files:
|