![]() |
Qt 6.x
The Qt SDK
|
#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>
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) |
|
inlinestatic |
Definition at line 107 of file qnetworkaccessauthenticationmanager.cpp.
References copy(), QUrl::RemovePassword, QUrl::RemovePath, QUrl::RemoveQuery, and url.
Referenced by QNetworkAccessAuthenticationManager::cacheCredentials(), and QNetworkAccessAuthenticationManager::fetchCachedCredentials().
|
static |
Definition at line 68 of file qnetworkaccessauthenticationmanager.cpp.
References QNetworkProxy::DefaultProxy, QNetworkProxy::FtpCachingProxy, QNetworkProxy::hostName(), QNetworkProxy::HttpCachingProxy, QNetworkProxy::HttpProxy, QNetworkProxy::NoProxy, QNetworkProxy::port(), proxy, QNetworkProxy::Socks5Proxy, QNetworkProxy::type(), and QNetworkProxy::user().
Referenced by QNetworkAccessAuthenticationManager::cacheProxyCredentials(), and QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials().