14class test_UIPlugInWebService;
27 Q_PLUGIN_METADATA(IID
"governikus.UIPlugIn" FILE
"metadata.json")
28 Q_INTERFACES(governikus::UIPlugIn)
34 [[nodiscard]]
bool listening();
35 [[nodiscard]]
bool initialize() override;
37 void handleShowUiRequest(const QString& pUiModule, const QSharedPointer<
HttpRequest>& pRequest) override;
38 void handleWorkflowRequest(const QSharedPointer<
HttpRequest>& pRequest) override;
41 void doShutdown() override;
42 void onWorkflowStarted(QSharedPointer<WorkflowContext> pContext) override;
43 void onWorkflowFinished(QSharedPointer<WorkflowContext> pContext) override;
44 void onNewRequest(const QSharedPointer<
HttpRequest>& pRequest);
Definition: HttpRequest.h:31
Definition: HttpServer.h:21
This an API through a local web service as specified by TR-03124-1.
Definition: UIPlugInWebService.h:25
friend class ::test_UIPlugInWebService
Definition: UIPlugInWebService.h:29
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16