Sat, 14 Dec 2024 13:03:11 +0100
pip Interface
- Changed the package search function to open an external web browser with the package search term (PyPI does not support programmatic search anymore).
10860
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric7.WebBrowser.WebAuth.Fido2ManagementDialog</title> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <link rel="stylesheet" href="styles.css"> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | </head> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <body> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <a NAME="top" ID="top"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <h1>eric7.WebBrowser.WebAuth.Fido2ManagementDialog</h1> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | Module implementing a dialog to manage FIDO2 security keys. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <h3>Global Attributes</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <tr><td>None</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <h3>Classes</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <td><a href="#Fido2ManagementDialog">Fido2ManagementDialog</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <td>Class implementing a dialog to manage FIDO2 security keys.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <h3>Functions</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <tr><td>None</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <hr /> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <hr /> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <a NAME="Fido2ManagementDialog" ID="Fido2ManagementDialog"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <h2>Fido2ManagementDialog</h2> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | Class implementing a dialog to manage FIDO2 security keys. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <h3>Derived from</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | QDialog, Ui_Fido2ManagementDialog |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <h3>Class Attributes</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <tr><td>CredentialIdColumn</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | <tr><td>CredentialIdRole</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <tr><td>DisplayNameColumn</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <tr><td>RelyingPartyColumn</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | <tr><td>UserIdRole</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <tr><td>UserNameColumn</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <h3>Class Methods</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <tr><td>None</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <h3>Methods</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <td><a href="#Fido2ManagementDialog.__init__">Fido2ManagementDialog</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <td>Constructor</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td><a href="#Fido2ManagementDialog.__aboutToShowManagementMenu">__aboutToShowManagementMenu</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <td>Private slot to prepare the security key management menu before it is shown.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <td><a href="#Fido2ManagementDialog.__changePin">__changePin</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <td>Private slot to change the PIN of the selected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <td><a href="#Fido2ManagementDialog.__checkPinStatus">__checkPinStatus</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <td>Private method to check the PIN status of the connected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <td><a href="#Fido2ManagementDialog.__deviceConnected">__deviceConnected</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <td>Private slot handling the device connected signal.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <td><a href="#Fido2ManagementDialog.__deviceDisconnected">__deviceDisconnected</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <td>Private slot handling the device disconnected signal.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <td><a href="#Fido2ManagementDialog.__forcePinChange">__forcePinChange</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <td>Private slot to force a PIN change before the next use.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <td><a href="#Fido2ManagementDialog.__getRequiredPin">__getRequiredPin</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <td>Private method to check, if a pin has been set for the selected device, and ask the user to enter it.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <td><a href="#Fido2ManagementDialog.__handleError">__handleError</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | <td>Private method to handle an error reported by the manager.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <td><a href="#Fido2ManagementDialog.__initManagementMenu">__initManagementMenu</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <td>Private method to initialize the security key management menu with actions not needed so much.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <td><a href="#Fido2ManagementDialog.__populateDeviceSelector">__populateDeviceSelector</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | <td>Private slot to populate the device selector combo box.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | <td><a href="#Fido2ManagementDialog.__populatePasskeysList">__populatePasskeysList</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <td>Private slot to populate the list of store passkeys of the selected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
108 | <td><a href="#Fido2ManagementDialog.__resetSecurityKey">__resetSecurityKey</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <td>Private slot to reset the selected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | <td><a href="#Fido2ManagementDialog.__setMinimumPinLength">__setMinimumPinLength</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | <td>Private slot to set the minimum PIN length.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
114 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | <td><a href="#Fido2ManagementDialog.__setPin">__setPin</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | <td>Private slot to set a PIN for the selected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | <td><a href="#Fido2ManagementDialog.__showSecurityKeyInfo">__showSecurityKeyInfo</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <td>Private slot to show some info about the selected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | <td><a href="#Fido2ManagementDialog.__toggleAlwaysUv">__toggleAlwaysUv</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | <td>Private slot to toggle the state of the 'Always Require User Verification' flag.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | <td><a href="#Fido2ManagementDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <td>Private slot to delete the selected passkey.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | <td><a href="#Fido2ManagementDialog.on_editButton_clicked">on_editButton_clicked</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | <td>Private slot to edit the selected passkey.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
135 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | <td><a href="#Fido2ManagementDialog.on_loadPasskeysButton_clicked">on_loadPasskeysButton_clicked</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <td>Private slot to (re-)populate the passkeys list.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | <td><a href="#Fido2ManagementDialog.on_lockButton_toggled">on_lockButton_toggled</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | <td>Private slot to handle the toggling of the device locked status.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
142 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | <td><a href="#Fido2ManagementDialog.on_passkeysList_itemSelectionChanged">on_passkeysList_itemSelectionChanged</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | <td>Private slot handling the selection of a passkey.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | <td><a href="#Fido2ManagementDialog.on_pinButton_clicked">on_pinButton_clicked</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | <td>Private slot to set or change the PIN for the selected security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | <tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | <td><a href="#Fido2ManagementDialog.on_securityKeysComboBox_currentIndexChanged">on_securityKeysComboBox_currentIndexChanged</a></td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | <td>Private slot handling the selection of security key.</td> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | </tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
157 | <h3>Static Methods</h3> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | <table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | <tr><td>None</td></tr> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | </table> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | <a NAME="Fido2ManagementDialog.__init__" ID="Fido2ManagementDialog.__init__"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | <h4>Fido2ManagementDialog (Constructor)</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | <b>Fido2ManagementDialog</b>(<i>standalone=False, parent=None</i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | Constructor |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | <dt><i>standalone</i> (bool (optional))</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | flag indicating the standalone management application |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | (defaults to False) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
176 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
177 | <dt><i>parent</i> (QWidget (optional))</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
178 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
179 | reference to the parent widget (defaults to None) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | <a NAME="Fido2ManagementDialog.__aboutToShowManagementMenu" ID="Fido2ManagementDialog.__aboutToShowManagementMenu"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | <h4>Fido2ManagementDialog.__aboutToShowManagementMenu</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
184 | <b>__aboutToShowManagementMenu</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | Private slot to prepare the security key management menu before it is shown. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | <a NAME="Fido2ManagementDialog.__changePin" ID="Fido2ManagementDialog.__changePin"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | <h4>Fido2ManagementDialog.__changePin</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
191 | <b>__changePin</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | Private slot to change the PIN of the selected security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
194 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | <a NAME="Fido2ManagementDialog.__checkPinStatus" ID="Fido2ManagementDialog.__checkPinStatus"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | <h4>Fido2ManagementDialog.__checkPinStatus</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
198 | <b>__checkPinStatus</b>(<i>feature</i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | Private method to check the PIN status of the connected security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
201 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
203 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | <dt><i>feature</i> (str (optional))</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | name of the feature requesting the PIN (defaults to None) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | <dt>Return:</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
212 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | flag indicating a positive status |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | <dt>Return Type:</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
219 | bool |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | <a NAME="Fido2ManagementDialog.__deviceConnected" ID="Fido2ManagementDialog.__deviceConnected"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | <h4>Fido2ManagementDialog.__deviceConnected</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | <b>__deviceConnected</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | Private slot handling the device connected signal. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
227 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | <a NAME="Fido2ManagementDialog.__deviceDisconnected" ID="Fido2ManagementDialog.__deviceDisconnected"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | <h4>Fido2ManagementDialog.__deviceDisconnected</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | <b>__deviceDisconnected</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | Private slot handling the device disconnected signal. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
234 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | <a NAME="Fido2ManagementDialog.__forcePinChange" ID="Fido2ManagementDialog.__forcePinChange"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | <h4>Fido2ManagementDialog.__forcePinChange</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
238 | <b>__forcePinChange</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
239 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
240 | Private slot to force a PIN change before the next use. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
241 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
242 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
243 | <a NAME="Fido2ManagementDialog.__getRequiredPin" ID="Fido2ManagementDialog.__getRequiredPin"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
244 | <h4>Fido2ManagementDialog.__getRequiredPin</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
245 | <b>__getRequiredPin</b>(<i>feature=None</i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
246 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
247 | Private method to check, if a pin has been set for the selected device, and |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
248 | ask the user to enter it. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
249 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
250 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
251 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
252 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
253 | <dt><i>feature</i> (str (optional))</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
254 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
255 | name of the feature requesting the PIN (defaults to None) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
256 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
257 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
258 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
259 | <dt>Return:</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | PIN of the selected security key or None in case of an issue |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
262 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | <dt>Return Type:</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | str or None |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | <a NAME="Fido2ManagementDialog.__handleError" ID="Fido2ManagementDialog.__handleError"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | <h4>Fido2ManagementDialog.__handleError</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | <b>__handleError</b>(<i>error, title, message</i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
273 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
274 | Private method to handle an error reported by the manager. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
275 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
277 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
278 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
279 | <dt><i>error</i> (Exception)</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
280 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
281 | reference to the exception object |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
282 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
283 | <dt><i>title</i> (str)</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
284 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
285 | tirle of the message box |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
286 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
287 | <dt><i>message</i> (str)</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
288 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
289 | message to be shown |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
290 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
291 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
292 | <a NAME="Fido2ManagementDialog.__initManagementMenu" ID="Fido2ManagementDialog.__initManagementMenu"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
293 | <h4>Fido2ManagementDialog.__initManagementMenu</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
294 | <b>__initManagementMenu</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
295 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
296 | Private method to initialize the security key management menu with |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
297 | actions not needed so much. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
298 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
299 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
300 | <a NAME="Fido2ManagementDialog.__populateDeviceSelector" ID="Fido2ManagementDialog.__populateDeviceSelector"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
301 | <h4>Fido2ManagementDialog.__populateDeviceSelector</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
302 | <b>__populateDeviceSelector</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
303 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
304 | Private slot to populate the device selector combo box. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
305 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
306 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
307 | <a NAME="Fido2ManagementDialog.__populatePasskeysList" ID="Fido2ManagementDialog.__populatePasskeysList"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
308 | <h4>Fido2ManagementDialog.__populatePasskeysList</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
309 | <b>__populatePasskeysList</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
310 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
311 | Private slot to populate the list of store passkeys of the selected security |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
312 | key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
313 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
314 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
315 | <a NAME="Fido2ManagementDialog.__resetSecurityKey" ID="Fido2ManagementDialog.__resetSecurityKey"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
316 | <h4>Fido2ManagementDialog.__resetSecurityKey</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
317 | <b>__resetSecurityKey</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
318 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
319 | Private slot to reset the selected security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
320 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
321 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
322 | <a NAME="Fido2ManagementDialog.__setMinimumPinLength" ID="Fido2ManagementDialog.__setMinimumPinLength"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
323 | <h4>Fido2ManagementDialog.__setMinimumPinLength</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
324 | <b>__setMinimumPinLength</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
325 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
326 | Private slot to set the minimum PIN length. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
327 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
328 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
329 | <a NAME="Fido2ManagementDialog.__setPin" ID="Fido2ManagementDialog.__setPin"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
330 | <h4>Fido2ManagementDialog.__setPin</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
331 | <b>__setPin</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
332 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
333 | Private slot to set a PIN for the selected security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
334 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
335 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
336 | <a NAME="Fido2ManagementDialog.__showSecurityKeyInfo" ID="Fido2ManagementDialog.__showSecurityKeyInfo"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
337 | <h4>Fido2ManagementDialog.__showSecurityKeyInfo</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
338 | <b>__showSecurityKeyInfo</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
339 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
340 | Private slot to show some info about the selected security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
341 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
342 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
343 | <a NAME="Fido2ManagementDialog.__toggleAlwaysUv" ID="Fido2ManagementDialog.__toggleAlwaysUv"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
344 | <h4>Fido2ManagementDialog.__toggleAlwaysUv</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
345 | <b>__toggleAlwaysUv</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
346 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
347 | Private slot to toggle the state of the 'Always Require User Verification' |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
348 | flag. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
349 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
350 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
351 | <a NAME="Fido2ManagementDialog.on_deleteButton_clicked" ID="Fido2ManagementDialog.on_deleteButton_clicked"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
352 | <h4>Fido2ManagementDialog.on_deleteButton_clicked</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
353 | <b>on_deleteButton_clicked</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
354 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
355 | Private slot to delete the selected passkey. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
356 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
357 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
358 | <a NAME="Fido2ManagementDialog.on_editButton_clicked" ID="Fido2ManagementDialog.on_editButton_clicked"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
359 | <h4>Fido2ManagementDialog.on_editButton_clicked</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
360 | <b>on_editButton_clicked</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
361 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
362 | Private slot to edit the selected passkey. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
363 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
364 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
365 | <a NAME="Fido2ManagementDialog.on_loadPasskeysButton_clicked" ID="Fido2ManagementDialog.on_loadPasskeysButton_clicked"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
366 | <h4>Fido2ManagementDialog.on_loadPasskeysButton_clicked</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
367 | <b>on_loadPasskeysButton_clicked</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
368 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
369 | Private slot to (re-)populate the passkeys list. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
370 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
371 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
372 | <a NAME="Fido2ManagementDialog.on_lockButton_toggled" ID="Fido2ManagementDialog.on_lockButton_toggled"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
373 | <h4>Fido2ManagementDialog.on_lockButton_toggled</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
374 | <b>on_lockButton_toggled</b>(<i>checked</i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
375 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
376 | Private slot to handle the toggling of the device locked status. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
377 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
378 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
379 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
380 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
381 | <dt><i>checked</i> (bool)</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
382 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
383 | state of the lock/unlock button |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
384 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
385 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
386 | <a NAME="Fido2ManagementDialog.on_passkeysList_itemSelectionChanged" ID="Fido2ManagementDialog.on_passkeysList_itemSelectionChanged"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
387 | <h4>Fido2ManagementDialog.on_passkeysList_itemSelectionChanged</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
388 | <b>on_passkeysList_itemSelectionChanged</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
389 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
390 | Private slot handling the selection of a passkey. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
391 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
392 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
393 | <a NAME="Fido2ManagementDialog.on_pinButton_clicked" ID="Fido2ManagementDialog.on_pinButton_clicked"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
394 | <h4>Fido2ManagementDialog.on_pinButton_clicked</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
395 | <b>on_pinButton_clicked</b>(<i></i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
396 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
397 | Private slot to set or change the PIN for the selected security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
398 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
399 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
400 | <a NAME="Fido2ManagementDialog.on_securityKeysComboBox_currentIndexChanged" ID="Fido2ManagementDialog.on_securityKeysComboBox_currentIndexChanged"></a> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
401 | <h4>Fido2ManagementDialog.on_securityKeysComboBox_currentIndexChanged</h4> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
402 | <b>on_securityKeysComboBox_currentIndexChanged</b>(<i>index</i>) |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
403 | <p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
404 | Private slot handling the selection of security key. |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
405 | </p> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
406 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
407 | <dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
408 | |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
409 | <dt><i>index</i> (int)</dt> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
410 | <dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
411 | index of the selected security key |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
412 | </dd> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
413 | </dl> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
414 | <div align="right"><a href="#top">Up</a></div> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
415 | <hr /> |
46d5db6cd55d
Updated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
416 | </body></html> |