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

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) |
Member Function Documentation
| void KHttpNtlmAuthentication::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 717 of file httpauthentication.cpp.
| void KHttpNtlmAuthentication::generateResponse | ( | const QString & | user, |
| const QString & | password | ||
| ) | [virtual] |
what to do in response to challenge
Implements KAbstractHttpAuthentication.
Definition at line 727 of file httpauthentication.cpp.
| QByteArray KHttpNtlmAuthentication::scheme | ( | ) | const [virtual] |
the authentication scheme: "Negotiate", "Digest", "Basic", "NTLM"
Implements KAbstractHttpAuthentication.
Definition at line 699 of file httpauthentication.cpp.
| void KHttpNtlmAuthentication::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 705 of file httpauthentication.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference