File tree
5 files changed
+85
-11
lines changedFilter options
- src/Symfony/Component/Security/Core
- Authentication
- Event
- Tests/Authentication
5 files changed
+85
-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+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
| ||
88 | 93 |
|
89 | 94 |
|
90 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
91 | 100 |
|
92 | 101 |
|
93 | 102 |
|
|
src/Symfony/Component/Security/Core/AuthenticationEvents.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/AuthenticationEvents.php+23-1Lines changed: 23 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 | + |
16 | 31 |
|
17 | 32 |
|
18 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
19 | 41 |
|
20 | 42 |
|
21 | 43 |
|
|
src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
src/Symfony/Component/Security/Core/Event/AuthenticationSensitiveEvent.php
Copy file name to clipboard+21Lines changed: 21 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 | + |
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+31-9Lines changed: 31 additions & 9 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 |
|
18 | 20 |
|
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
| ||
152 | 155 |
|
153 | 156 |
|
154 | 157 |
|
155 |
| - |
| 158 | + |
156 | 159 |
|
157 | 160 |
|
158 | 161 |
|
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
| 162 | + |
164 | 163 |
|
165 |
| - |
| 164 | + |
166 | 165 |
|
167 |
| - |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
168 | 171 |
|
169 |
| - |
| 172 | + |
| 173 | + |
| 174 | + |
170 | 175 |
|
171 | 176 |
|
172 | 177 |
|
173 | 178 |
|
174 | 179 |
|
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
175 | 197 |
|
176 | 198 |
|
177 | 199 |
|
|
0 commit comments