30 #ifndef SIGNON_DEFAULT_SECRETS_STORAGE_H 31 #define SIGNON_DEFAULT_SECRETS_STORAGE_H 33 #include "SignOn/abstract-secrets-storage.h" 43 friend class ::TestDatabase;
59 QVariantMap
loadData(quint32
id, quint32 method);
60 bool storeData(quint32
id, quint32 method,
const QVariantMap &data);
82 bool initialize(
const QVariantMap &configuration);
92 QVariantMap
loadData(quint32
id, quint32 method);
93 bool storeData(quint32
id, quint32 method,
const QVariantMap &data);
98 QString m_secretsDBConnectionName;
103 #endif // SIGNON_DEFAULT_SECRETS_STORAGE_H
bool updateCredentials(const quint32 id, const QString &username, const QString &password)
Definition of the CredentialsDB object.
bool removeData(quint32 id, quint32 method)
#define SSO_SECRETSDB_VERSION
QVariantMap loadData(quint32 id, quint32 method)
bool storeData(quint32 id, quint32 method, const QVariantMap &data)
bool removeCredentials(const quint32 id)
SecretsDB(const QString &name)
SQLite-based implementation of the AbstractSecretsStorage interface.
bool loadCredentials(const quint32 id, QString &username, QString &password)
Will be used manage the SQL database interaction.