AusweisApp
 
Lade ...
Suche ...
Keine Treffer
SelfAuthContext.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
8
10
11namespace governikus
12{
13
15 : public AuthContext
16{
17 Q_OBJECT
18
19 private:
20 SelfAuthenticationData mSelfAuthenticationData;
21
22 Q_SIGNALS:
24
25 public:
26 explicit SelfAuthContext(bool pActivateUi = true);
27
29 {
30 return mSelfAuthenticationData;
31 }
32
33
34 void setSelfAuthenticationData(const SelfAuthenticationData& pSelfAuthenticationData)
35 {
36 mSelfAuthenticationData = pSelfAuthenticationData;
38 }
39
40
41};
42
43} // namespace governikus
AuthContext(const Action pAction, bool pActivateUi=true, const QUrl &pActivationUrl=QUrl(), const BrowserHandler &pHandler=BrowserHandler())
Definition AuthContext.cpp:16
SelfAuthContext(bool pActivateUi=true)
Definition SelfAuthContext.cpp:9
const SelfAuthenticationData & getSelfAuthenticationData() const
Definition SelfAuthContext.h:28
void setSelfAuthenticationData(const SelfAuthenticationData &pSelfAuthenticationData)
Definition SelfAuthContext.h:34
Definition SelfAuthenticationData.h:57
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17