|
signon
8.40
|
Definition of the CredentialsDB object. More...
#include <QObject>#include <QtSql>#include "SignOn/abstract-secrets-storage.h"#include "signonidentityinfo.h"

Go to the source code of this file.
Classes | |
| class | SignonDaemonNS::SqlDatabase |
| Will be used manage the SQL database interaction. More... | |
| class | SignonDaemonNS::MetaDataDB |
| class | SignonDaemonNS::CredentialsDB |
| Manages the credentials I/O. More... | |
| class | SignonDaemonNS::CredentialsDB::ErrorMonitor |
Namespaces | |
| namespace | SignonDaemonNS |
| |
Defines | |
| #define | SSO_MAX_TOKEN_STORAGE (4*1024) |
| #define | SSO_METADATADB_VERSION 2 |
| #define | SSO_SECRETSDB_VERSION 1 |
Enumerations | |
| enum | SignonDaemonNS::IdentityFlags { SignonDaemonNS::Validated = 0x0001, SignonDaemonNS::RememberPassword = 0x0002, SignonDaemonNS::UserNameIsSecret = 0x0004 } |
| Flags to be stored into database. More... | |
Definition of the CredentialsDB object.
Definition in file credentialsdb.h.
| #define SSO_MAX_TOKEN_STORAGE (4*1024) |
Definition at line 40 of file credentialsdb.h.
Referenced by SignonDaemonNS::SecretsDB::storeData().
| #define SSO_METADATADB_VERSION 2 |
Definition at line 41 of file credentialsdb.h.
| #define SSO_SECRETSDB_VERSION 1 |
Definition at line 42 of file credentialsdb.h.