AusweisApp
 
Lade ...
Suche ...
Keine Treffer
StateGetSelfAuthenticationData.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
8
9
10class test_StateGetSelfAuthenticationData;
11
12
13namespace governikus
14{
15
16class StateGetSelfAuthenticationData
18{
19 Q_OBJECT
20 friend class StateBuilder;
21 friend class ::test_StateGetSelfAuthenticationData;
22
23 private:
24 explicit StateGetSelfAuthenticationData(const QSharedPointer<WorkflowContext>& pContext);
25
26 QUrl getRequestUrl() const override;
27 void setProgress() const override;
28
29 void handleNetworkReply(const QByteArray& pContent) override;
30 bool isLoggingAllowed() override;
31};
32
33} // namespace governikus
StateGenericProviderCommunication(const QSharedPointer< WorkflowContext > &pContext)
Definition StateGenericProviderCommunication.cpp:21
friend class StateBuilder
Definition StateGetSelfAuthenticationData.h:20
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17