#include <IExternalAuthenticator.h>
Inheritance diagram for mx::IExternalAuthenticator:
Public Member Functions | |
virtual mxmQtSlot | acceptAuthenticationRequestSlot () const =0 |
Slot to be activated in order to ask the authenticator for another set of authentication credentials. | |
virtual mxmQtSignal | authenticationCommittedSignal () const =0 |
Returns the signal emitted when the authenticator commits authentication data. | |
virtual mxmQtSignal | authenticationCancelledSignal () const =0 |
Returns the signal emitted when the authenticator cancels authentication. |
[khe]
Kai Hergenroether
|
Slot to be activated in order to ask the authenticator for another set of authentication credentials.
Slot signature is
Implemented in mx::KeyChain. |
|
Returns the signal emitted when the authenticator cancels authentication.
Signal signature is Implemented in mx::KeyChain. |
|
Returns the signal emitted when the authenticator commits authentication data.
Signal signature is Implemented in mx::KeyChain. |