|
signon
8.40
|
Definition of the CredentialsAccessManager object. More...
#include "accesscontrolmanagerhelper.h"#include "credentialsdb.h"#include "signonui_interface.h"#include <QObject>#include <QPointer>#include <QFlags>#include <QStringList>#include <QVariantMap>#include "SignOn/AbstractAccessControlManager"#include "SignOn/AbstractCryptoManager"#include "SignOn/AbstractKeyAuthorizer"#include "SignOn/AbstractKeyManager"#include "SignOn/AbstractSecretsStorage"#include "SignOn/KeyHandler"

Go to the source code of this file.
Definition of the CredentialsAccessManager object.
Definition in file credentialsaccessmanager.h.
| #define SIGNON_SECURE_STORAGE_AVAILABLE (QEvent::User + 1002) |
The CAM will reply with an event of this type when the secure storage access will be successfully resolved.
Definition at line 66 of file credentialsaccessmanager.h.
Referenced by SignonDaemonNS::SignonSessionCore::customEvent().
| #define SIGNON_SECURE_STORAGE_NOT_AVAILABLE (QEvent::User + 1001) |
Use this event type to signal the CAM when the secure storage is not available.
CAM can also reply with a event of this type if it doesn't manage to resolve the secure storage access.
Definition at line 58 of file credentialsaccessmanager.h.
Referenced by SignonDaemonNS::SignonSessionCore::customEvent(), and SignonDaemonNS::CredentialsAccessManager::customEvent().