KIOSlave
#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) |
Detailed Description
Definition at line 222 of file httpauthentication.h.
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 722 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 732 of file httpauthentication.cpp.
| QByteArray KHttpNtlmAuthentication::scheme | ( | ) | const [virtual] |
the authentication scheme: "Negotiate", "Digest", "Basic", "NTLM"
Implements KAbstractHttpAuthentication.
Definition at line 697 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 703 of file httpauthentication.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:57:54 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.