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