signon
8.58
|
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...
#include <credentialsaccessmanager.h>
Public Member Functions | |
SecureStorageEvent (QEvent::Type type) | |
Public Attributes | |
EventSender | m_sender |
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.
The object posting this event should reimplement the QObject::customEvent(QEvent *event) method and handle response events of the same type coming from the CAM upon success/failure in resolving access to the secure storage.
Definition at line 91 of file credentialsaccessmanager.h.
|
inline |
Definition at line 94 of file credentialsaccessmanager.h.
EventSender SignonDaemonNS::SecureStorageEvent::m_sender |
Definition at line 96 of file credentialsaccessmanager.h.
Referenced by SignonDaemonNS::CredentialsAccessManager::customEvent().