signon
8.42
|
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.
Classes | |
class | SignonDaemonNS::SecureStorageEvent |
Any object in the signon framework that needs the CredentialsAccessManager - CAM - secure storage in order to function properly can signal this event to the CAM. More... | |
class | SignonDaemonNS::CAMConfiguration |
Configuration object for the CredentialsAccessManager - CAM. More... | |
class | SignonDaemonNS::CredentialsAccessManager |
Main singleton and manager object of the credentials database system. More... |
Namespaces | |
namespace | SignonDaemonNS |
|
Macros | |
#define | SIGNON_SECURE_STORAGE_NOT_AVAILABLE (QEvent::User + 1001) |
Use this event type to signal the CAM when the secure storage is not available. | |
#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. |
Typedefs | |
typedef QPointer< QObject > | SignonDaemonNS::EventSender |
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().