17 #ifndef QGSAUTHEDITORWIDGETS_H 
   18 #define QGSAUTHEDITORWIDGETS_H 
   22 #include "ui_qgsautheditorwidgets.h" 
   23 #include "ui_qgsauthmethodplugins.h" 
   48     QVBoxLayout *mAuthNotifyLayout = 
nullptr;
 
   49     QLabel *mAuthNotify = 
nullptr;
 
   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();
 
  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;
 
MessageLevel
Message log level (mirrors that of QgsMessageLog, so it can also output there)
Dialog for viewing available authentication method plugins.
A bar for displaying non-blocking messages to the user.