|
static void | clearCachedAuthenticationConfigs (QgsMessageBar *msgbar) |
| Clear all cached authentication configs for session. More...
|
|
static void | clearCachedMasterPassword (QgsMessageBar *msgbar) |
| Clear the currently cached master password (not its hash in database) More...
|
|
static void | eraseAuthenticationDatabase (QgsMessageBar *msgbar, QWidget *parent=nullptr) |
| Completely clear out the authentication database (configs and master password) More...
|
|
static void | exportSelectedAuthenticationConfigs (QStringList authenticationConfigIds, QgsMessageBar *msgbar) |
| Exports selected authentication configurations to a XML file. More...
|
|
static void | fileFound (bool found, QWidget *widget) |
| Color a widget via a stylesheet if a file path is found or not. More...
|
|
static QString | getOpenFileName (QWidget *parent, const QString &title, const QString &extfilter) |
| Open file dialog for auth associated widgets. More...
|
|
static QColor | greenColor () |
| Green color representing valid, trusted, etc. certificate. More...
|
|
static QString | greenTextStyleSheet (const QString &selector="*") |
| Green text stylesheet representing valid, trusted, etc. certificate. More...
|
|
static void | importAuthenticationConfigs (QgsMessageBar *msgbar) |
| Import authentication configurations from a XML file. More...
|
|
static bool | isDisabled (QgsMessageBar *msgbar) |
| Verify the authentication system is active, else notify user. More...
|
|
static QColor | orangeColor () |
| Orange color representing loaded component, but not stored in database. More...
|
|
static QString | orangeTextStyleSheet (const QString &selector="*") |
| Orange text stylesheet representing loaded component, but not stored in database. More...
|
|
static void | passwordHelperDelete (QgsMessageBar *msgbar, QWidget *parent=nullptr) |
| Remove master password from wallet. More...
|
|
static void | passwordHelperEnable (bool enabled, QgsMessageBar *msgbar) |
| Sets password helper enabled (enable/disable) More...
|
|
static void | passwordHelperLoggingEnable (bool enabled, QgsMessageBar *msgbar, int timeout=0) |
| Sets password helper logging enabled (enable/disable) More...
|
|
static void | passwordHelperSync (QgsMessageBar *msgbar) |
| Store master password into the wallet. More...
|
|
static QColor | redColor () |
| Red color representing invalid, untrusted, etc. certificate. More...
|
|
static QString | redTextStyleSheet (const QString &selector="*") |
| Red text stylesheet representing invalid, untrusted, etc. certificate. More...
|
|
static void | removeAuthenticationConfigs (QgsMessageBar *msgbar, QWidget *parent=nullptr) |
| Remove all authentication configs. More...
|
|
static void | resetMasterPassword (QgsMessageBar *msgbar, QWidget *parent=nullptr) |
| Reset the cached master password, updating its hash in authentication database and resetting all existing configs to use it. More...
|
|
static void | setMasterPassword (QgsMessageBar *msgbar) |
| Sets the cached master password (and verifies it if its hash is in authentication database) More...
|
|
static QColor | yellowColor () |
| Yellow color representing caution regarding action. More...
|
|