Qt 4.8
|
#include <qnetworkaccessauthenticationmanager_p.h>
Public Functions | |
bool | isNull () |
Public Variables | |
QString | domain |
QString | password |
QString | user |
Definition at line 69 of file qnetworkaccessauthenticationmanager_p.h.
|
inline |
Definition at line 75 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAccessAuthenticationManager::fetchCachedProxyCredentials(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().
QString QNetworkAuthenticationCredential::domain |
Definition at line 72 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAuthenticationCache::findClosestMatch(), QNetworkAuthenticationCache::insert(), and operator<().
QString QNetworkAuthenticationCredential::password |
Definition at line 74 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAuthenticationCache::insert(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().
QString QNetworkAuthenticationCredential::user |
Definition at line 73 of file qnetworkaccessauthenticationmanager_p.h.
Referenced by QNetworkAccessManagerPrivate::authenticationRequired(), QNetworkAuthenticationCache::insert(), QNetworkAccessManagerPrivate::proxyAuthenticationRequired(), QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(), and QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot().