|
signon
8.40
|
#include <ssotest2plugin.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) |
| void | refresh (const SignOn::UiSessionData &data) |
Public Member Functions | |
| SsoTest2Plugin (QObject *parent=0) | |
| virtual | ~SsoTest2Plugin () |
Definition at line 33 of file ssotest2plugin.h.
| SsoTest2PluginNS::SsoTest2Plugin::SsoTest2Plugin | ( | QObject * | parent = 0 | ) |
Definition at line 44 of file ssotest2plugin.cpp.
References TRACE.
| SsoTest2PluginNS::SsoTest2Plugin::~SsoTest2Plugin | ( | ) | [virtual] |
Definition at line 57 of file ssotest2plugin.cpp.
| void SsoTest2PluginNS::SsoTest2Plugin::cancel | ( | ) | [slot] |
Definition at line 62 of file ssotest2plugin.cpp.
References TRACE.
| QStringList SsoTest2PluginNS::SsoTest2Plugin::mechanisms | ( | ) | const [inline, slot] |
Definition at line 43 of file ssotest2plugin.h.
Referenced by process().
| void SsoTest2PluginNS::SsoTest2Plugin::process | ( | const SignOn::SessionData & | inData, |
| const QString & | mechanism = 0 |
||
| ) | [slot] |
Definition at line 72 of file ssotest2plugin.cpp.
References mechanisms().
| void SsoTest2PluginNS::SsoTest2Plugin::refresh | ( | const SignOn::UiSessionData & | data | ) | [slot] |
Definition at line 224 of file ssotest2plugin.cpp.
References TRACE.
| QString SsoTest2PluginNS::SsoTest2Plugin::type | ( | ) | const [inline, slot] |
Definition at line 42 of file ssotest2plugin.h.
| void SsoTest2PluginNS::SsoTest2Plugin::userActionFinished | ( | const SignOn::UiSessionData & | data | ) | [slot] |
Definition at line 216 of file ssotest2plugin.cpp.
References TRACE.