signon
8.42
|
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::CredentialsDB |
Manages the credentials I/O. More... | |
class | SignonDaemonNS::CredentialsDB::ErrorMonitor |
Namespaces | |
namespace | SignonDaemonNS |
|
Macros | |
#define | SSO_MAX_TOKEN_STORAGE (4*1024) |
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 41 of file credentialsdb.h.
Referenced by SignonDaemonNS::SecretsDB::storeData().