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
QNetworkAuthenticationCache Class Reference
Inheritance diagram for QNetworkAuthenticationCache:
Collaboration diagram for QNetworkAuthenticationCache:

Public Member Functions

 QNetworkAuthenticationCache ()
iterator findClosestMatch (const QString &domain)
void insert (const QString &domain, const QString &user, const QString &password)
virtual void dispose () override
 QNetworkAuthenticationCache ()
iterator findClosestMatch (const QString &domain)
void insert (const QString &domain, const QString &user, const QString &password)
virtual void dispose () override
Public Member Functions inherited from QNetworkAccessCache::CacheableObject
virtual ~CacheableObject ()
QByteArray cacheKey () const

Additional Inherited Members

Public Types inherited from QNetworkAccessCache::CacheableObject
enum class  Option { Expires = 0x01 , Shareable = 0x02 }
typedef QFlags< OptionOptions
Protected Member Functions inherited from QNetworkAccessCache::CacheableObject
 CacheableObject (Options options)

Detailed Description

Definition at line 21 of file qnetworkaccessauthenticationmanager.cpp.

Constructor & Destructor Documentation

◆ QNetworkAuthenticationCache() [1/2]

QNetworkAuthenticationCache::QNetworkAuthenticationCache ( )
inline

◆ QNetworkAuthenticationCache() [2/2]

QNetworkAuthenticationCache::QNetworkAuthenticationCache ( )
inline

Definition at line 25 of file qnetworkaccessauthenticationmanager.cpp.

Member Function Documentation

◆ dispose() [1/2]

virtual void QNetworkAuthenticationCache::dispose ( )
inlineoverridevirtual

◆ dispose() [2/2]

virtual void QNetworkAuthenticationCache::dispose ( )
inlineoverridevirtual

◆ findClosestMatch() [1/2]

iterator QNetworkAuthenticationCache::findClosestMatch ( const QString & domain)
inline

Definition at line 34 of file qnetworkaccessauthenticationmanager.cpp.

◆ findClosestMatch() [2/2]

iterator QNetworkAuthenticationCache::findClosestMatch ( const QString & domain)
inline

Definition at line 34 of file qnetworkaccessauthenticationmanager.cpp.

◆ insert() [1/2]

void QNetworkAuthenticationCache::insert ( const QString & domain,
const QString & user,
const QString & password )
inline

Definition at line 44 of file qnetworkaccessauthenticationmanager.cpp.

◆ insert() [2/2]

void QNetworkAuthenticationCache::insert ( const QString & domain,
const QString & user,
const QString & password )
inline

Definition at line 44 of file qnetworkaccessauthenticationmanager.cpp.


The documentation for this class was generated from the following file: