KIOSlave
KHttpDigestAuthentication Class Reference
#include <httpauthentication.h>
Inheritance diagram for KHttpDigestAuthentication:

Public Member Functions | |
virtual void | fillKioAuthInfo (KIO::AuthInfo *ai) const |
virtual void | generateResponse (const QString &user, const QString &password) |
virtual QByteArray | scheme () const |
virtual void | setChallenge (const QByteArray &c, const KUrl &resource, const QByteArray &httpMethod) |
Detailed Description
Definition at line 113 of file httpauthentication.h.
Member Function Documentation
void KHttpDigestAuthentication::fillKioAuthInfo | ( | KIO::AuthInfo * | ai | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 281 of file httpauthentication.cpp.
void KHttpDigestAuthentication::generateResponse | ( | const QString & | user, | |
const QString & | password | |||
) | [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 378 of file httpauthentication.cpp.
QByteArray KHttpDigestAuthentication::scheme | ( | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 254 of file httpauthentication.cpp.
void KHttpDigestAuthentication::setChallenge | ( | const QByteArray & | c, | |
const KUrl & | resource, | |||
const QByteArray & | httpMethod | |||
) | [virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 260 of file httpauthentication.cpp.
The documentation for this class was generated from the following files: