The ActivationHandler is beside the UI another API of the application.
Mehr ...
#include <ActivationHandler.h>
|
virtual bool | start ()=0 |
|
virtual void | stop ()=0 |
|
|
static QMap< QString, QString > | getQueryParameter (const QUrl &pUrl) |
| Get the query items with lower-case keys, so we can support case-insensitive keys. Mehr ...
|
|
The ActivationHandler is beside the UI another API of the application.
The ActivationHandler sends authentication requests to the application and also request to show the UI. Some application requests may be handled internally by the ActivationHandler and are not forwarded to the application.
ActivationHandler::ActivationHandler |
( |
| ) |
|
|
protected |
ActivationHandler::~ActivationHandler |
( |
| ) |
|
|
protectedvirtual |
void governikus::ActivationHandler::fireAuthenticationRequest |
( |
const QSharedPointer< ActivationContext > & |
pActivationContext | ) |
|
|
signal |
void governikus::ActivationHandler::fireShowUiRequest |
( |
UiModule |
pModule | ) |
|
|
signal |
void governikus::ActivationHandler::fireShowUserInformation |
( |
const QString & |
pErrorMessage = QString() | ) |
|
|
signal |
template<typename T >
static T* governikus::ActivationHandler::getInstance |
( |
| ) |
|
|
inlinestatic |
QMap< QString, QString > ActivationHandler::getQueryParameter |
( |
const QUrl & |
pUrl | ) |
|
|
staticprotected |
Get the query items with lower-case keys, so we can support case-insensitive keys.
virtual bool governikus::ActivationHandler::start |
( |
| ) |
|
|
pure virtual |
virtual void governikus::ActivationHandler::stop |
( |
| ) |
|
|
pure virtual |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: