AusweisApp2
|
This ActivationHandler implements an API through a local web service, as specified by TR-03124-1. Mehr ...
#include <WebserviceActivationHandler.h>
Öffentliche Methoden | |
WebserviceActivationHandler () | |
virtual | ~WebserviceActivationHandler () override |
virtual bool | start () override |
virtual void | stop () override |
Freundbeziehungen | |
class | ::test_WebserviceActivationHandler |
Weitere Geerbte Elemente | |
![]() | |
void | fireShowUserInformation (const QString &pErrorMessage=QString()) |
void | fireShowUiRequest (UiModule pModule) |
void | fireAuthenticationRequest (const QSharedPointer< ActivationContext > &pActivationContext) |
![]() | |
static const QVector < ActivationHandler * > & | getInstances () |
template<typename T > | |
static T * | getInstance () |
![]() | |
ActivationHandler () | |
virtual | ~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 ... | |
This ActivationHandler implements an API through a local web service, as specified by TR-03124-1.
WebserviceActivationHandler::WebserviceActivationHandler | ( | ) |
|
overridevirtual |
|
overridevirtual |
Implementiert governikus::ActivationHandler.
|
overridevirtual |
Implementiert governikus::ActivationHandler.
|
friend |