#include <qhttpauthenticator_p.h>
◆ Method
Enumerator |
---|
None | |
Basic | |
Plain | |
Login | |
Ntlm | |
CramMd5 | |
DigestMd5 | |
◆ Phase
Enumerator |
---|
Start | |
Phase2 | |
Done | |
Invalid | |
◆ QHttpAuthenticatorPrivate()
QHttpAuthenticatorPrivate::QHttpAuthenticatorPrivate |
( |
| ) |
|
◆ calculateResponse()
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().
◆ digestMd5Response()
QByteArray QHttpAuthenticatorPrivate::digestMd5Response |
( |
const QByteArray & |
challenge, |
|
|
const QByteArray & |
method, |
|
|
const QByteArray & |
path |
|
) |
| |
◆ getPrivate() [1/2]
◆ getPrivate() [2/2]
◆ parseDigestAuthenticationChallenge()
QHash< QByteArray, QByteArray > QHttpAuthenticatorPrivate::parseDigestAuthenticationChallenge |
( |
const QByteArray & |
challenge | ) |
|
|
static |
◆ parseHttpResponse() [1/2]
void QHttpAuthenticatorPrivate::parseHttpResponse |
( |
const QHttpResponseHeader & |
header, |
|
|
bool |
isProxy |
|
) |
| |
◆ parseHttpResponse() [2/2]
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.
◆ challenge
QByteArray QHttpAuthenticatorPrivate::challenge |
◆ cnonce
QByteArray QHttpAuthenticatorPrivate::cnonce |
◆ extractedUser
QString QHttpAuthenticatorPrivate::extractedUser |
◆ hasFailed
bool QHttpAuthenticatorPrivate::hasFailed |
◆ method
Method QHttpAuthenticatorPrivate::method |
◆ nonceCount
int QHttpAuthenticatorPrivate::nonceCount |
◆ options
QVariantHash QHttpAuthenticatorPrivate::options |
◆ password
QString QHttpAuthenticatorPrivate::password |
◆ phase
Phase QHttpAuthenticatorPrivate::phase |
◆ realm
QString QHttpAuthenticatorPrivate::realm |
◆ ref
QAtomicInt QHttpAuthenticatorPrivate::ref |
◆ user
QString QHttpAuthenticatorPrivate::user |
◆ userDomain
QString QHttpAuthenticatorPrivate::userDomain |
◆ workstation
QString QHttpAuthenticatorPrivate::workstation |
The documentation for this class was generated from the following files: