17 #ifndef QGSAUTHMETHODREGISTRY_H 18 #define QGSAUTHMETHODREGISTRY_H 56 QString pluginList(
bool asHtml =
false )
const;
59 const QDir & libraryDirectory()
const;
62 void setLibraryDirectory(
const QDir & path );
81 #if QT_VERSION >= 0x050000 87 QFunctionPointer
function(
const QString & authMethodKey,
95 void *
function(
const QString & authMethodKey,
118 AuthMethods mAuthMethods;
121 QDir mLibraryDirectory;
124 #endif // QGSAUTHMETHODREGISTRY_H
A registry / canonical manager of authentication methods.
std::map< QString, QgsAuthMethodMetadata * > AuthMethods
Type for auth method metadata associative container.
Abstract base class for authentication method plugins.