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 passwordHelperEnableTriggered();
 
  105    void passwordHelperLoggingEnableTriggered();
 
  108    void setupUtilitiesMenu();
 
  112    QMenu *mAuthUtilitiesMenu = 
nullptr;
 
  113    QAction *mActionExportSelectedAuthenticationConfigs = 
nullptr;
 
  114    QAction *mActionImportAuthenticationConfigs = 
nullptr;
 
  115    QAction *mActionSetMasterPassword = 
nullptr;
 
  116    QAction *mActionClearCachedMasterPassword = 
nullptr;
 
  117    QAction *mActionResetMasterPassword = 
nullptr;
 
  118    QAction *mActionClearCachedAuthConfigs = 
nullptr;
 
  119    QAction *mActionRemoveAuthConfigs = 
nullptr;
 
  120    QAction *mActionEraseAuthDatabase = 
nullptr;
 
  121    QAction *mActionPasswordHelperDelete = 
nullptr;
 
  122    QAction *mActionPasswordHelperEnable = 
nullptr;
 
  123    QAction *mActionPasswordHelperLoggingEnable = 
nullptr;
 
  124    QAction *mActionClearAccessCacheNow = 
nullptr;
 
  125    QAction *mActionAutoClearAccessCache = 
nullptr;