AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
4
8
9
#pragma once
10
11
#include "
WorkflowRequest.h
"
12
#include "
controller/WorkflowController.h
"
13
14
namespace
governikus
15
{
16
17
class
SelfAuthContext
;
18
19
class
SelfAuthController
20
:
public
WorkflowController
21
{
22
Q_OBJECT
23
24
public
:
25
static
QSharedPointer<WorkflowRequest>
createWorkflowRequest
(
bool
pActivateUi =
true
);
26
27
explicit
SelfAuthController
(QSharedPointer<SelfAuthContext> pContext);
28
~SelfAuthController
()
override
=
default
;
29
};
30
31
}
// namespace governikus
WorkflowController.h
WorkflowRequest.h
governikus::SelfAuthContext
Definition
SelfAuthContext.h:20
governikus::SelfAuthController::SelfAuthController
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition
SelfAuthController.cpp:25
governikus::SelfAuthController::createWorkflowRequest
static QSharedPointer< WorkflowRequest > createWorkflowRequest(bool pActivateUi=true)
Definition
SelfAuthController.cpp:64
governikus::SelfAuthController::~SelfAuthController
~SelfAuthController() override=default
governikus::WorkflowController::WorkflowController
WorkflowController(const QSharedPointer< WorkflowContext > &pContext)
Definition
WorkflowController.cpp:11
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
src
workflows
selfauth
controller
SelfAuthController.h
Erzeugt von
1.13.2