AusweisApp2
Lade ...
Suche ...
Keine Treffer
AuthController.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "WorkflowController.h"
12#include "WorkflowRequest.h"
14
15namespace governikus
16{
17
18class AuthContext;
19
21 : public WorkflowController
22{
23 Q_OBJECT
24
25 public:
26 static QSharedPointer<WorkflowRequest> createWorkflowRequest(const QSharedPointer<ActivationContext>& pActivationContext);
27 static QSharedPointer<WorkflowRequest> createWorkflowRequest(const QUrl& pUrl);
28
29 explicit AuthController(QSharedPointer<AuthContext> pContext);
30 ~AuthController() override = default;
31};
32
33} // namespace governikus
Definition AuthController.h:22
static QSharedPointer< WorkflowRequest > createWorkflowRequest(const QSharedPointer< ActivationContext > &pActivationContext)
Definition AuthController.cpp:73
~AuthController() override=default
Definition WorkflowController.h:22
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16