Commit 55cb0f6
File tree
33 files changed
+229
-45
lines changedFilter options
- src/Symfony
- Bridge/Monolog
- Processor
- Tests/Processor
- Bundle
- FrameworkBundle
- SecurityBundle/DataCollector
- Component/Security
- Core
- Authentication/Token
- Authorization
- Tests
- Authentication/Token
- Authorization
- Guard
- Provider
- Token
- Http
- Authenticator/Token
- Event
- Firewall
- Tests/Firewall
33 files changed
+229
-45
lines changed+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
| 319 | + |
| 320 | + |
| 321 | + |
319 | 322 |
|
320 | 323 |
|
321 | 324 |
|
|
src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
| ||
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
62 |
| - |
63 | 61 |
|
64 | 62 |
|
65 | 63 |
|
src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php+21-2Lines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
103 | 108 |
|
104 | 109 |
|
105 | 110 |
|
| ||
113 | 118 |
|
114 | 119 |
|
115 | 120 |
|
| 121 | + |
116 | 122 |
|
117 |
| - |
| 123 | + |
118 | 124 |
|
119 | 125 |
|
120 | 126 |
|
121 | 127 |
|
122 | 128 |
|
123 | 129 |
|
124 | 130 |
|
| 131 | + |
| 132 | + |
125 | 133 |
|
126 | 134 |
|
127 | 135 |
|
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
128 | 140 |
|
129 | 141 |
|
130 | 142 |
|
| ||
133 | 145 |
|
134 | 146 |
|
135 | 147 |
|
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
136 | 152 |
|
137 | 153 |
|
138 | 154 |
|
| ||
275 | 291 |
|
276 | 292 |
|
277 | 293 |
|
| 294 | + |
| 295 | + |
| 296 | + |
278 | 297 |
|
279 | 298 |
|
280 | 299 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
56 | 59 |
|
57 | 60 |
|
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
58 | 65 |
|
59 | 66 |
|
60 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
61 | 71 |
|
62 | 72 |
|
63 | 73 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
74 | 76 |
|
75 | 77 |
|
76 | 78 |
|
77 | 79 |
|
78 | 80 |
|
| 81 | + |
| 82 | + |
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
66 | 71 |
|
67 | 72 |
|
68 | 73 |
|
|
src/Symfony/Component/Security/Core/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/CHANGELOG.md+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| ||
104 | 105 |
|
105 | 106 |
|
106 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
107 | 111 |
|
108 | 112 |
|
109 | 113 |
|
| ||
158 | 162 |
|
159 | 163 |
|
160 | 164 |
|
| 165 | + |
161 | 166 |
|
162 | 167 |
|
163 | 168 |
|
| ||
190 | 195 |
|
191 | 196 |
|
192 | 197 |
|
| 198 | + |
193 | 199 |
|
194 | 200 |
|
195 | 201 |
|
| ||
205 | 211 |
|
206 | 212 |
|
207 | 213 |
|
| 214 | + |
| 215 | + |
| 216 | + |
208 | 217 |
|
209 | 218 |
|
210 | 219 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 | 21 |
|
25 | 22 |
|
26 | 23 |
|
27 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
28 | 34 |
|
29 | 35 |
|
30 | 36 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php+9-4Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 | 21 |
|
25 |
| - |
26 | 22 |
|
27 | 23 |
|
28 | 24 |
|
| ||
45 | 41 |
|
46 | 42 |
|
47 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
48 | 53 |
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
29 | 38 |
|
30 | 39 |
|
31 | 40 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/SwitchUserTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/SwitchUserTokenTest.php+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
45 | 49 |
|
46 | 50 |
|
47 | 51 |
|
| ||
75 | 79 |
|
76 | 80 |
|
77 | 81 |
|
78 |
| - |
| 82 | + |
79 | 83 |
|
80 | 84 |
|
81 | 85 |
|
|
0 commit comments