![]() |
Qt 6.x
The Qt SDK
|
#include <qnetworkaccessauthenticationmanager_p.h>
Public Member Functions | |
bool | isNull () const |
Public Attributes | |
QString | domain |
QString | user |
QString | password |
Definition at line 31 of file qnetworkaccessauthenticationmanager_p.h.
|
inline |
Definition at line 37 of file qnetworkaccessauthenticationmanager_p.h.
References domain, QString::isNull(), password, and user.
Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().
QString QNetworkAuthenticationCredential::domain |
Definition at line 34 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAuthenticationCache::insert(), and isNull().
QString QNetworkAuthenticationCredential::password |
Definition at line 36 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAuthenticationCache::insert(), isNull(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::startRequest(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().
QString QNetworkAuthenticationCredential::user |
Definition at line 35 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAuthenticationCache::insert(), isNull(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::startRequest(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().