#include "qgis_core.h"
#include "qgis_sip.h"
#include <QObject>
#include <QRecursiveMutex>
#include <QNetworkReply>
#include <QNetworkRequest>
#include <QSqlDatabase>
#include <QSqlError>
#include <QSqlQuery>
#include <QStringList>
#include <QSslCertificate>
#include <QSslKey>
#include <QtCrypto>
#include "qgsauthcertutils.h"
#include "qgsauthconfig.h"
#include "qgsauthmethod.h"
#include "keychain.h"
Go to the source code of this file.
|
class | QgsAuthManager |
| Singleton offering an interface to manage the authentication configuration database and to utilize configurations through various authentication method plugins. More...
|
|