|
AusweisApp2
|
#include <InternalActivationHandler.h>
Öffentliche Methoden | |
| InternalActivationHandler () | |
| virtual | ~InternalActivationHandler () override |
| virtual bool | start () override |
| virtual void | stop () override |
| void | runAuthentication (const QSharedPointer< ActivationContext > &pContext) |
Weitere Geerbte Elemente | |
Signale geerbt von governikus::ActivationHandler | |
| void | fireShowUserInformation (const QString &pErrorMessage=QString()) |
| void | fireShowUiRequest (UiModule pModule) |
| void | fireAuthenticationRequest (const QSharedPointer< ActivationContext > &pActivationContext) |
Öffentliche, statische Methoden geerbt von governikus::ActivationHandler | |
| static const QVector < ActivationHandler * > & | getInstances () |
| template<typename T > | |
| static T * | getInstance () |
Geschützte Methoden geerbt von governikus::ActivationHandler | |
| ActivationHandler () | |
| virtual | ~ActivationHandler () |
Geschützte, statische Methoden geerbt von governikus::ActivationHandler | |
| static QMap< QString, QString > | getQueryParameter (const QUrl &pUrl) |
| Get the query items with lower-case keys, so we can support case-insensitive keys. Mehr ... | |
| InternalActivationHandler::InternalActivationHandler | ( | ) |
|
overridevirtual |
| void InternalActivationHandler::runAuthentication | ( | const QSharedPointer< ActivationContext > & | pContext | ) |
|
overridevirtual |
Implementiert governikus::ActivationHandler.
|
overridevirtual |
Implementiert governikus::ActivationHandler.