KIOSlave
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) |
Detailed Description
Definition at line 127 of file httpauthentication.h.
Member Function Documentation
void KHttpNtlmAuthentication::fillKioAuthInfo | ( | KIO::AuthInfo * | ai | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 549 of file httpauthentication.cpp.
void KHttpNtlmAuthentication::generateResponse | ( | const QString & | user, | |
const QString & | password | |||
) | [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 559 of file httpauthentication.cpp.
QByteArray KHttpNtlmAuthentication::scheme | ( | ) | const [virtual] |
Implements KAbstractHttpAuthentication.
Definition at line 531 of file httpauthentication.cpp.
void KHttpNtlmAuthentication::setChallenge | ( | const QByteArray & | c, | |
const KUrl & | resource, | |||
const QByteArray & | httpMethod | |||
) | [virtual] |
Reimplemented from KAbstractHttpAuthentication.
Definition at line 537 of file httpauthentication.cpp.
The documentation for this class was generated from the following files: