AusweisApp
Lade ...
Suche ...
Keine Treffer
StateDidAuthenticateEac2.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "AbstractState.h"
10#include "context/AuthContext.h"
11
12class test_StateDidAuthenticateEac2;
13
14namespace governikus
15{
16
17class StateDidAuthenticateEac2
18 : public AbstractState
19 , public GenericContextContainer<AuthContext>
20{
21 Q_OBJECT
22 friend class StateBuilder;
23 friend class ::test_StateDidAuthenticateEac2;
24
25 private:
26 explicit StateDidAuthenticateEac2(const QSharedPointer<WorkflowContext>& pContext);
27 void run() override;
28
29 private Q_SLOTS:
30 void onCardCommandDone(QSharedPointer<BaseCardCommand> pCommand);
31
32 public:
33 void onEntry(QEvent* pEvent) override;
34};
35
36} // namespace governikus
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:20
friend class StateBuilder
Definition StateDidAuthenticateEac2.h:22
void onEntry(QEvent *pEvent) override
Definition StateDidAuthenticateEac2.cpp:89
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17