signon
8.58
|
#include <QObject>
#include <QtSql>
#include "SignOn/abstract-secrets-storage.h"
#include "signonidentityinfo.h"
Go to the source code of this file.
Classes | |
class | SignonDaemonNS::SecretsCache |
Caches credentials or BLOB authentication data. More... | |
class | SignonDaemonNS::SecretsCache::AuthCache |
class | SignonDaemonNS::SqlDatabase |
Will be used manage the SQL database interaction. More... | |
class | SignonDaemonNS::MetaDataDB |
Namespaces | |
SignonDaemonNS | |
Macros | |
#define | SSO_METADATADB_VERSION 2 |
#define | SSO_SECRETSDB_VERSION 1 |
#define SSO_METADATADB_VERSION 2 |
Definition at line 34 of file credentialsdb_p.h.
#define SSO_SECRETSDB_VERSION 1 |
Definition at line 35 of file credentialsdb_p.h.