KIO
kpasswdserver.cpp
Go to the documentation of this file.
60 QObject::connect(m_interface, SIGNAL(checkAuthInfoAsyncResult(qlonglong,qlonglong,KIO::AuthInfo)),
127 QObject::connect(m_interface, SIGNAL(queryAuthInfoAsyncResult(qlonglong,qlonglong,KIO::AuthInfo)),
bool waitForResult(qlonglong requestId)
Definition: kpasswdserverloop.cpp:42
bool checkAuthInfo(KIO::AuthInfo &info, qlonglong windowId, qlonglong usertime)
Check if kpasswdserver has cached authentication information regarding an AuthInfo object...
Definition: kpasswdserver.cpp:47
ErrorType type() const
QString name() const
This class is intended to make it easier to prompt for, cache and retrieve authorization information...
Definition: authinfo.h:57
QString message() const
bool isValid() const
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
const AuthInfo & authInfo() const
Definition: kpasswdserverloop.cpp:55
bool isModified() const
Use this method to check if the object was modified.
Definition: authinfo.cpp:165
void removeAuthInfo(const QString &host, const QString &protocol, const QString &user)
Manually remove authentication information from kpasswdserver's cache.
Definition: kpasswdserver.cpp:203
Type value() const
QCoreApplication * instance()
qlonglong queryAuthInfo(KIO::AuthInfo &info, const QString &errorMsg, qlonglong windowId, qlonglong seqNr, qlonglong usertime)
Let kpasswdserver ask the user for authentication information.
Definition: kpasswdserver.cpp:113
void waitForFinished()
QVariant argumentAt(int index) const
Definition: kpasswdserverloop_p.h:34
bool isValid() const
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void addAuthInfo(const KIO::AuthInfo &info, qlonglong windowId)
Manually add authentication information to kpasswdserver's cache.
Definition: kpasswdserver.cpp:185
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
const QDBusError & error()
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.