QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsAuthSslErrorsDialog Class Reference

Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database. More...

#include <qgsauthsslerrorsdialog.h>

Inheritance diagram for QgsAuthSslErrorsDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsAuthSslErrorsDialog (QNetworkReply *reply, const QList< QSslError > &sslErrors, QWidget *parent=nullptr, const QString &digest=QString(), const QString &hostport=QString())
 Construct a dialog to handle SSL errors and saving SSL server certificate exceptions. More...
 

Detailed Description

Widget for reporting SSL errors and offering an option to store an SSL server exception into the authentication database.

Definition at line 34 of file qgsauthsslerrorsdialog.h.

Constructor & Destructor Documentation

◆ QgsAuthSslErrorsDialog()

QgsAuthSslErrorsDialog::QgsAuthSslErrorsDialog ( QNetworkReply *  reply,
const QList< QSslError > &  sslErrors,
QWidget *  parent = nullptr,
const QString &  digest = QString(),
const QString &  hostport = QString() 
)

Construct a dialog to handle SSL errors and saving SSL server certificate exceptions.

Parameters
replyNetwork reply that hand error(s)
sslErrorsSSL errors that occurred
parentParent widget
digestSHA digest of server certificate
hostportUnique host:port to associate with the server certificate

Definition at line 36 of file qgsauthsslerrorsdialog.cpp.


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