18 #ifndef QGSAUTHCONFIGEDIT_H
19 #define QGSAUTHCONFIGEDIT_H
23 #include "ui_qgsauthconfigedit.h"
61 void authenticationConfigStored(
const QString& authcfg );
64 void authenticationConfigUpdated(
const QString& authcfg );
67 void populateAuthMethods();
73 void on_btnClear_clicked();
78 void on_leName_textChanged(
const QString& txt );
81 int authMethodIndex(
const QString &authMethodKey );
91 #endif // QGSAUTHCONFIGEDIT_H
Abstract base class for the edit widget of authentication method plugins.
Validity
Type of configuration validity.
const QString configId() const
Authentication config id, updated with generated id when a new config is saved to auth database...
Widget for editing an authentication configuration.