#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 void | setChallenge (const QByteArray &c, const KUrl &resource, const QByteArray &httpMethod) |
| virtual bool | supportsPathMatching () const |
Protected Member Functions | |
| virtual QByteArray | authDataToCache () const |
Member Function Documentation
| virtual QByteArray KHttpDigestAuthentication::authDataToCache | ( | ) | const [inline, protected, virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 205 of file httpauthentication.h.
| void KHttpDigestAuthentication::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 429 of file httpauthentication.cpp.
| void KHttpDigestAuthentication::generateResponse | ( | const QString & | user, |
| const QString & | password | ||
| ) | [virtual] |
what to do in response to challenge
Implements KAbstractHttpAuthentication.
Definition at line 521 of file httpauthentication.cpp.
| QByteArray KHttpDigestAuthentication::scheme | ( | ) | const [virtual] |
the authentication scheme: "Negotiate", "Digest", "Basic", "NTLM"
Implements KAbstractHttpAuthentication.
Definition at line 402 of file httpauthentication.cpp.
| void KHttpDigestAuthentication::setChallenge | ( | const QByteArray & | c, |
| const KUrl & | resource, | ||
| const QByteArray & | httpMethod | ||
| ) | [virtual] |
initiate authentication with challenge string (from HTTP header)
Reimplemented from KAbstractHttpAuthentication.
Definition at line 408 of file httpauthentication.cpp.
| virtual bool KHttpDigestAuthentication::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 199 of file httpauthentication.h.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference