AusweisApp
 
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "WorkflowRequest.h"
9
10namespace governikus
11{
12
13class SelfAuthContext;
14
16 : public WorkflowController
17{
18 Q_OBJECT
19
20 public:
21 static QSharedPointer<WorkflowRequest> createWorkflowRequest(bool pActivateUi = true);
22
23 explicit SelfAuthController(QSharedPointer<SelfAuthContext> pContext);
24 ~SelfAuthController() override = default;
25};
26
27} // namespace governikus
Definition SelfAuthContext.h:16
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition SelfAuthController.cpp:25
static QSharedPointer< WorkflowRequest > createWorkflowRequest(bool pActivateUi=true)
Definition SelfAuthController.cpp:64
~SelfAuthController() override=default
WorkflowController(const QSharedPointer< WorkflowContext > &pContext)
Definition WorkflowController.cpp:11
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17