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) |
| virtual bool | supportsPathMatching () const |
Protected Member Functions | |
| virtual QByteArray | authDataToCache () const |
Detailed Description
Definition at line 126 of file httpauthentication.h.
Member Function Documentation
| virtual QByteArray KHttpDigestAuthentication::authDataToCache | ( | ) | const [inline, protected, virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 135 of file httpauthentication.h.
| void KHttpDigestAuthentication::fillKioAuthInfo | ( | KIO::AuthInfo * | ai | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 295 of file httpauthentication.cpp.
| void KHttpDigestAuthentication::generateResponse | ( | const QString & | user, |
| const QString & | password | ||
| ) | [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 387 of file httpauthentication.cpp.
| QByteArray KHttpDigestAuthentication::scheme | ( | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 268 of file httpauthentication.cpp.
| void KHttpDigestAuthentication::setChallenge | ( | const QByteArray & | c, |
| const KUrl & | resource, | ||
| const QByteArray & | httpMethod | ||
| ) | [virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 274 of file httpauthentication.cpp.
| virtual bool KHttpDigestAuthentication::supportsPathMatching | ( | ) | const [inline, virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 133 of file httpauthentication.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference