|
signon
8.40
|
#include <ssotestplugin.h>
Public Slots | |
| QString | type () const |
| QStringList | mechanisms () const |
| void | cancel () |
| void | process (const SignOn::SessionData &inData, const QString &mechanism=0) |
| void | userActionFinished (const SignOn::UiSessionData &data) |
Public Member Functions | |
| SsoTestPlugin (QObject *parent=0) | |
| virtual | ~SsoTestPlugin () |
Definition at line 34 of file ssotestplugin.h.
| SsoTestPluginNS::SsoTestPlugin::SsoTestPlugin | ( | QObject * | parent = 0 | ) |
Definition at line 38 of file ssotestplugin.cpp.
References TRACE.
| SsoTestPluginNS::SsoTestPlugin::~SsoTestPlugin | ( | ) | [virtual] |
Definition at line 52 of file ssotestplugin.cpp.
| void SsoTestPluginNS::SsoTestPlugin::cancel | ( | ) | [slot] |
Definition at line 56 of file ssotestplugin.cpp.
References TRACE.
| QStringList SsoTestPluginNS::SsoTestPlugin::mechanisms | ( | ) | const [inline, slot] |
Definition at line 44 of file ssotestplugin.h.
Referenced by process().
| void SsoTestPluginNS::SsoTestPlugin::process | ( | const SignOn::SessionData & | inData, |
| const QString & | mechanism = 0 |
||
| ) | [slot] |
Definition at line 66 of file ssotestplugin.cpp.
References mechanisms(), and TRACE.
| QString SsoTestPluginNS::SsoTestPlugin::type | ( | ) | const [inline, slot] |
Definition at line 43 of file ssotestplugin.h.
| void SsoTestPluginNS::SsoTestPlugin::userActionFinished | ( | const SignOn::UiSessionData & | data | ) | [slot] |
Definition at line 129 of file ssotestplugin.cpp.
References TRACE.