Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qnetworkaccessauthenticationmanager.cpp File Reference

(082a7cd459578e76006b98f903867a55a0f430e7)

#include "qnetworkaccessauthenticationmanager_p.h"
#include "qnetworkaccessmanager.h"
#include "qnetworkaccessmanager_p.h"
#include "QtCore/qbuffer.h"
#include "QtCore/qlist.h"
#include "QtCore/qurl.h"
#include "QtCore/QMutexLocker"
#include "QtNetwork/qauthenticator.h"
#include <algorithm>
Include dependency graph for qnetworkaccessauthenticationmanager.cpp:

Go to the source code of this file.

Classes

class  QNetworkAuthenticationCache

Functions

static QByteArray proxyAuthenticationKey (const QNetworkProxy &proxy, const QString &realm)
static QByteArray authenticationKey (const QUrl &url, const QString &realm)

Function Documentation

◆ authenticationKey()

QByteArray authenticationKey ( const QUrl & url,
const QString & realm )
inlinestatic

Definition at line 107 of file qnetworkaccessauthenticationmanager.cpp.

◆ proxyAuthenticationKey()

QByteArray proxyAuthenticationKey ( const QNetworkProxy & proxy,
const QString & realm )
static

Definition at line 68 of file qnetworkaccessauthenticationmanager.cpp.