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

Public Member Functions | |
| virtual void | fillKioAuthInfo (KIO::AuthInfo *ai) const |
| virtual void | generateResponse (const QString &user, const QString &password) |
| virtual QByteArray | scheme () const |
| virtual bool | supportsPathMatching () const |
Protected Member Functions | |
| virtual QByteArray | authDataToCache () const |
Detailed Description
Definition at line 110 of file httpauthentication.h.
Member Function Documentation
| virtual QByteArray KHttpBasicAuthentication::authDataToCache | ( | ) | const [inline, protected, virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 118 of file httpauthentication.h.
| void KHttpBasicAuthentication::fillKioAuthInfo | ( | KIO::AuthInfo * | ai | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 249 of file httpauthentication.cpp.
| void KHttpBasicAuthentication::generateResponse | ( | const QString & | user, |
| const QString & | password | ||
| ) | [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 255 of file httpauthentication.cpp.
| QByteArray KHttpBasicAuthentication::scheme | ( | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 243 of file httpauthentication.cpp.
| virtual bool KHttpBasicAuthentication::supportsPathMatching | ( | ) | const [inline, virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 116 of file httpauthentication.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference