68 void btnCertManager_clicked();
69 void btnAuthPlugins_clicked();
72 void importAuthenticationConfigs();
75 void exportSelectedAuthenticationConfigs();
78 void setMasterPassword();
81 void clearCachedMasterPassword();
84 void resetMasterPassword();
87 void clearCachedAuthenticationConfigs();
90 void removeAuthenticationConfigs();
93 void eraseAuthenticationDatabase();
96 void authMessageLog(
const QString &message,
const QString &authtag,
Qgis::MessageLevel level );
99 void passwordHelperDelete();
102 void passwordHelperSync();
105 void passwordHelperEnableTriggered();
108 void passwordHelperLoggingEnableTriggered();
111 void setupUtilitiesMenu();
115 QMenu *mAuthUtilitiesMenu =
nullptr;
116 QAction *mActionExportSelectedAuthenticationConfigs =
nullptr;
117 QAction *mActionImportAuthenticationConfigs =
nullptr;
118 QAction *mActionSetMasterPassword =
nullptr;
119 QAction *mActionClearCachedMasterPassword =
nullptr;
120 QAction *mActionResetMasterPassword =
nullptr;
121 QAction *mActionClearCachedAuthConfigs =
nullptr;
122 QAction *mActionRemoveAuthConfigs =
nullptr;
123 QAction *mActionEraseAuthDatabase =
nullptr;
124 QAction *mActionPasswordHelperDelete =
nullptr;
125 QAction *mActionPasswordHelperSync =
nullptr;
126 QAction *mActionPasswordHelperEnable =
nullptr;
127 QAction *mActionPasswordHelperLoggingEnable =
nullptr;
128 QAction *mActionClearAccessCacheNow =
nullptr;
129 QAction *mActionAutoClearAccessCache =
nullptr;