#include <qhttpauthenticator_p.h>
Enumerator |
---|
None |
|
Basic |
|
Plain |
|
Login |
|
Ntlm |
|
CramMd5 |
|
DigestMd5 |
|
Enumerator |
---|
Start |
|
Phase2 |
|
Done |
|
Invalid |
|
QHttpAuthenticatorPrivate::QHttpAuthenticatorPrivate |
( |
| ) |
|
QByteArray QHttpAuthenticatorPrivate::calculateResponse |
( |
const QByteArray & |
method, |
|
|
const QByteArray & |
path |
|
) |
| |
References Basic, challenge, CramMd5, DigestMd5, digestMd5Response(), Done, Login, method, None, Ntlm, password, phase, Phase2, Plain, qNtlmPhase1(), qNtlmPhase3(), and user.
Referenced by QHttpPrivate::_q_slotSendRequest().
QByteArray QHttpAuthenticatorPrivate::digestMd5Response |
( |
const QByteArray & |
challenge, |
|
|
const QByteArray & |
method, |
|
|
const QByteArray & |
path |
|
) |
| |
QHash< QByteArray, QByteArray > QHttpAuthenticatorPrivate::parseDigestAuthenticationChallenge |
( |
const QByteArray & |
challenge | ) |
|
|
static |
void QHttpAuthenticatorPrivate::parseHttpResponse |
( |
const QHttpResponseHeader & |
header, |
|
|
bool |
isProxy |
|
) |
| |
void QHttpAuthenticatorPrivate::parseHttpResponse |
( |
const QList< QPair< QByteArray, QByteArray >> & |
values, |
|
|
bool |
isProxy |
|
) |
| |
References Basic, challenge, DigestMd5, Done, Invalid, method, None, Ntlm, options, parseDigestAuthenticationChallenge(), password, phase, realm, Start, and user.
QByteArray QHttpAuthenticatorPrivate::challenge |
QByteArray QHttpAuthenticatorPrivate::cnonce |
QString QHttpAuthenticatorPrivate::extractedUser |
bool QHttpAuthenticatorPrivate::hasFailed |
Method QHttpAuthenticatorPrivate::method |
int QHttpAuthenticatorPrivate::nonceCount |
QVariantHash QHttpAuthenticatorPrivate::options |
QString QHttpAuthenticatorPrivate::password |
Phase QHttpAuthenticatorPrivate::phase |
QString QHttpAuthenticatorPrivate::realm |
QAtomicInt QHttpAuthenticatorPrivate::ref |
QString QHttpAuthenticatorPrivate::user |
QString QHttpAuthenticatorPrivate::userDomain |
QString QHttpAuthenticatorPrivate::workstation |
The documentation for this class was generated from the following files: