70 void btnCertManager_clicked();
71 void btnAuthPlugins_clicked();
74 void importAuthenticationConfigs();
77 void exportSelectedAuthenticationConfigs();
80 void setMasterPassword();
83 void clearCachedMasterPassword();
86 void resetMasterPassword();
89 void clearCachedAuthenticationConfigs();
92 void removeAuthenticationConfigs();
95 void eraseAuthenticationDatabase();
98 void authMessageLog(
const QString &message,
const QString &authtag,
Qgis::MessageLevel level );
101 void passwordHelperDelete();
104 void passwordHelperEnableTriggered();
107 void passwordHelperLoggingEnableTriggered();
110 void setupUtilitiesMenu();
114 QMenu *mAuthUtilitiesMenu =
nullptr;
115 QAction *mActionExportSelectedAuthenticationConfigs =
nullptr;
116 QAction *mActionImportAuthenticationConfigs =
nullptr;
117 QAction *mActionSetMasterPassword =
nullptr;
118 QAction *mActionClearCachedMasterPassword =
nullptr;
119 QAction *mActionResetMasterPassword =
nullptr;
120 QAction *mActionClearCachedAuthConfigs =
nullptr;
121 QAction *mActionRemoveAuthConfigs =
nullptr;
122 QAction *mActionEraseAuthDatabase =
nullptr;
123 QAction *mActionPasswordHelperDelete =
nullptr;
124 QAction *mActionPasswordHelperEnable =
nullptr;
125 QAction *mActionPasswordHelperLoggingEnable =
nullptr;
126 QAction *mActionClearAccessCacheNow =
nullptr;
127 QAction *mActionAutoClearAccessCache =
nullptr;