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 passwordHelperSync();
107 void passwordHelperEnableTriggered();
110 void passwordHelperLoggingEnableTriggered();
113 void setupUtilitiesMenu();
117 QMenu *mAuthUtilitiesMenu =
nullptr;
118 QAction *mActionExportSelectedAuthenticationConfigs =
nullptr;
119 QAction *mActionImportAuthenticationConfigs =
nullptr;
120 QAction *mActionSetMasterPassword =
nullptr;
121 QAction *mActionClearCachedMasterPassword =
nullptr;
122 QAction *mActionResetMasterPassword =
nullptr;
123 QAction *mActionClearCachedAuthConfigs =
nullptr;
124 QAction *mActionRemoveAuthConfigs =
nullptr;
125 QAction *mActionEraseAuthDatabase =
nullptr;
126 QAction *mActionPasswordHelperDelete =
nullptr;
127 QAction *mActionPasswordHelperSync =
nullptr;
128 QAction *mActionPasswordHelperEnable =
nullptr;
129 QAction *mActionPasswordHelperLoggingEnable =
nullptr;
130 QAction *mActionClearAccessCacheNow =
nullptr;
131 QAction *mActionAutoClearAccessCache =
nullptr;