KIOSlave
KAbstractHttpAuthentication Class Reference
#include <httpauthentication.h>

Detailed Description
Definition at line 34 of file httpauthentication.h.
Constructor & Destructor Documentation
KAbstractHttpAuthentication::KAbstractHttpAuthentication | ( | ) | [inline] |
Definition at line 37 of file httpauthentication.h.
virtual KAbstractHttpAuthentication::~KAbstractHttpAuthentication | ( | ) | [inline, virtual] |
Definition at line 45 of file httpauthentication.h.
Member Function Documentation
void KAbstractHttpAuthentication::authInfoBoilerplate | ( | KIO::AuthInfo * | a | ) | const [protected] |
Definition at line 185 of file httpauthentication.cpp.
QByteArray KAbstractHttpAuthentication::bestOffer | ( | const QList< QByteArray > & | offers | ) | [static] |
Definition at line 107 of file httpauthentication.cpp.
virtual void KAbstractHttpAuthentication::fillKioAuthInfo | ( | KIO::AuthInfo * | ai | ) | const [pure virtual] |
Implemented in KHttpBasicAuthentication, KHttpDigestAuthentication, and KHttpNtlmAuthentication.
bool KAbstractHttpAuthentication::forceDisconnect | ( | ) | const [inline] |
Definition at line 71 of file httpauthentication.h.
bool KAbstractHttpAuthentication::forceKeepAlive | ( | ) | const [inline] |
Definition at line 69 of file httpauthentication.h.
virtual void KAbstractHttpAuthentication::generateResponse | ( | const QString & | user, | |
const QString & | password | |||
) | [pure virtual] |
Implemented in KHttpBasicAuthentication, KHttpDigestAuthentication, and KHttpNtlmAuthentication.
void KAbstractHttpAuthentication::generateResponseCommon | ( | const QString & | user, | |
const QString & | password | |||
) | [protected] |
Definition at line 195 of file httpauthentication.cpp.
QString KAbstractHttpAuthentication::headerFragment | ( | ) | const [inline] |
Definition at line 74 of file httpauthentication.h.
bool KAbstractHttpAuthentication::isError | ( | ) | const [inline] |
Definition at line 64 of file httpauthentication.h.
KAbstractHttpAuthentication * KAbstractHttpAuthentication::newAuth | ( | const QByteArray & | offer | ) | [static] |
Definition at line 133 of file httpauthentication.cpp.
QString KAbstractHttpAuthentication::realm | ( | ) | const |
Definition at line 174 of file httpauthentication.cpp.
void KAbstractHttpAuthentication::reset | ( | ) |
Definition at line 147 of file httpauthentication.cpp.
bool KAbstractHttpAuthentication::retryWithSameCredentials | ( | ) | const [inline] |
Definition at line 67 of file httpauthentication.h.
virtual QByteArray KAbstractHttpAuthentication::scheme | ( | ) | const [pure virtual] |
Implemented in KHttpBasicAuthentication, KHttpDigestAuthentication, and KHttpNtlmAuthentication.
void KAbstractHttpAuthentication::setChallenge | ( | const QByteArray & | c, | |
const KUrl & | resource, | |||
const QByteArray & | httpMethod | |||
) |
Definition at line 163 of file httpauthentication.cpp.
Member Data Documentation
QList<QByteArray> KAbstractHttpAuthentication::m_challenge [protected] |
Definition at line 83 of file httpauthentication.h.
bool KAbstractHttpAuthentication::m_forceDisconnect [protected] |
Definition at line 90 of file httpauthentication.h.
bool KAbstractHttpAuthentication::m_forceKeepAlive [protected] |
Definition at line 89 of file httpauthentication.h.
QString KAbstractHttpAuthentication::m_headerFragment [protected] |
Definition at line 91 of file httpauthentication.h.
QByteArray KAbstractHttpAuthentication::m_httpMethod [protected] |
Definition at line 85 of file httpauthentication.h.
bool KAbstractHttpAuthentication::m_isError [protected] |
Definition at line 87 of file httpauthentication.h.
QString KAbstractHttpAuthentication::m_password [protected] |
Definition at line 94 of file httpauthentication.h.
KUrl KAbstractHttpAuthentication::m_resource [protected] |
Definition at line 84 of file httpauthentication.h.
bool KAbstractHttpAuthentication::m_retryWithSameCredentials [protected] |
Definition at line 88 of file httpauthentication.h.
QByteArray KAbstractHttpAuthentication::m_scheme [protected] |
Definition at line 82 of file httpauthentication.h.
QString KAbstractHttpAuthentication::m_username [protected] |
Definition at line 93 of file httpauthentication.h.
The documentation for this class was generated from the following files: