signon
8.58
|
Definition of the CredentialsDB object. More...
#include <QObject>
#include <QtSql>
#include "SignOn/abstract-secrets-storage.h"
Go to the source code of this file.
Classes | |
class | SignonDaemonNS::CredentialsDB |
Manages the credentials I/O. More... | |
Namespaces | |
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 40 of file credentialsdb.h.
Referenced by SignonDaemonNS::SecretsDB::storeData().