#include <httpauthentication.h>

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 |
Member Function Documentation
| virtual QByteArray KHttpBasicAuthentication::authDataToCache | ( | ) | const [inline, protected, virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 184 of file httpauthentication.h.
| void KHttpBasicAuthentication::fillKioAuthInfo | ( | KIO::AuthInfo * | ai | ) | const [virtual] |
KIO compatible data to find cached credentials.
Note that username and/or password as well as UI text will NOT be filled in.
Implements KAbstractHttpAuthentication.
Definition at line 384 of file httpauthentication.cpp.
| void KHttpBasicAuthentication::generateResponse | ( | const QString & | user, |
| const QString & | password | ||
| ) | [virtual] |
what to do in response to challenge
Implements KAbstractHttpAuthentication.
Definition at line 389 of file httpauthentication.cpp.
| QByteArray KHttpBasicAuthentication::scheme | ( | ) | const [virtual] |
the authentication scheme: "Negotiate", "Digest", "Basic", "NTLM"
Implements KAbstractHttpAuthentication.
Definition at line 378 of file httpauthentication.cpp.
| virtual bool KHttpBasicAuthentication::supportsPathMatching | ( | ) | const [inline, virtual] |
Returns true if the authentication scheme supports path matching to identify resources that belong to the same protection space (realm).
See RFC 2617.
Reimplemented from KAbstractHttpAuthentication.
Definition at line 182 of file httpauthentication.h.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference