Commit 0a155cd
File tree
5 files changed
+346
-11
lines changedFilter options
- src/Symfony/Component/Security/Core
- Authentication
- Event
- Tests
- Authentication
- Event
5 files changed
+346
-11
lines changedsrc/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| 70 | + |
69 | 71 |
|
70 | 72 |
|
71 | 73 |
|
| ||
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
| 85 | + |
83 | 86 |
|
84 | 87 |
|
85 | 88 |
|
| ||
92 | 95 |
|
93 | 96 |
|
94 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
95 | 102 |
|
96 | 103 |
|
97 | 104 |
|
|
src/Symfony/Component/Security/Core/AuthenticationEvents.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/AuthenticationEvents.php+24-1Lines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
16 | 32 |
|
17 | 33 |
|
18 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
19 | 42 |
|
20 | 43 |
|
21 | 44 |
|
|
src/Symfony/Component/Security/Core/Event/AuthenticationSensitiveEvent.php
Copy file name to clipboard+97Lines changed: 97 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php+43-10Lines changed: 43 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
| 24 | + |
21 | 25 |
|
22 | 26 |
|
23 | 27 |
|
| ||
152 | 156 |
|
153 | 157 |
|
154 | 158 |
|
155 |
| - |
| 159 | + |
156 | 160 |
|
157 |
| - |
| 161 | + |
| 162 | + |
158 | 163 |
|
159 |
| - |
160 |
| - |
161 |
| - |
| 164 | + |
| 165 | + |
162 | 166 |
|
163 |
| - |
| 167 | + |
164 | 168 |
|
165 |
| - |
| 169 | + |
166 | 170 |
|
167 |
| - |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
168 | 201 |
|
169 | 202 |
|
170 | 203 |
|
171 | 204 |
|
172 |
| - |
| 205 | + |
173 | 206 |
|
174 | 207 |
|
175 | 208 |
|
176 | 209 |
|
177 |
| - |
| 210 | + |
178 | 211 |
|
179 | 212 |
|
180 | 213 |
|
|
0 commit comments