AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateEditAccessRights.h
gehe zur Dokumentation dieser Datei
1
10#pragma once
11
12#include "AbstractState.h"
14#include "context/AuthContext.h"
15
16namespace governikus
17{
18
20 : public AbstractState
21 , public GenericContextContainer<AuthContext>
22{
23 Q_OBJECT
24 friend class StateBuilder;
25
26 private:
27 explicit StateEditAccessRights(const QSharedPointer<WorkflowContext>& pContext);
28 void run() override;
29};
30
31} // namespace governikus
Definition AbstractState.h:23
Definition GenericContextContainer.h:22
Definition StateBuilder.h:20
Definition StateEditAccessRights.h:22
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16