72 void btnCertManager_clicked();
73 void btnAuthPlugins_clicked();
76 void importAuthenticationConfigs();
79 void exportSelectedAuthenticationConfigs();
82 void setMasterPassword();
85 void clearCachedMasterPassword();
88 void resetMasterPassword();
91 void clearCachedAuthenticationConfigs();
94 void removeAuthenticationConfigs();
97 void eraseAuthenticationDatabase();
100 void authMessageLog(
const QString &message,
const QString &authtag,
Qgis::MessageLevel level );
103 void passwordHelperDelete();
106 void passwordHelperEnableTriggered();
109 void passwordHelperLoggingEnableTriggered();
112 void setupUtilitiesMenu();
116 QMenu *mAuthUtilitiesMenu =
nullptr;
117 QAction *mActionExportSelectedAuthenticationConfigs =
nullptr;
118 QAction *mActionImportAuthenticationConfigs =
nullptr;
119 QAction *mActionSetMasterPassword =
nullptr;
120 QAction *mActionClearCachedMasterPassword =
nullptr;
121 QAction *mActionResetMasterPassword =
nullptr;
122 QAction *mActionClearCachedAuthConfigs =
nullptr;
123 QAction *mActionRemoveAuthConfigs =
nullptr;
124 QAction *mActionEraseAuthDatabase =
nullptr;
125 QAction *mActionPasswordHelperDelete =
nullptr;
126 QAction *mActionPasswordHelperEnable =
nullptr;
127 QAction *mActionPasswordHelperLoggingEnable =
nullptr;
128 QAction *mActionClearAccessCacheNow =
nullptr;
129 QAction *mActionAutoClearAccessCache =
nullptr;