Commit 5828623
File tree
Expand file treeCollapse file tree
17 files changed
+198
-42
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection
- Security/Factory
- Resources/config
- Tests/DependencyInjection
- Component/Security
- Guard
- Firewall
- Tests
- Http/Firewall
Expand file treeCollapse file tree
17 files changed
+198
-42
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php+1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpDigestFactory.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
|
src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| ||
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
| 93 | + |
| 94 | + |
| 95 | + |
92 | 96 |
|
93 | 97 |
|
94 | 98 |
|
| ||
285 | 289 |
|
286 | 290 |
|
287 | 291 |
|
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
288 | 296 |
|
| 297 | + |
289 | 298 |
|
290 | 299 |
|
291 | 300 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/guard.xml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
13 | 17 |
|
14 | 18 |
|
15 | 19 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
87 | 91 |
|
88 | 92 |
|
89 | 93 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
122 | 149 |
|
123 | 150 |
|
124 | 151 |
|
|
src/Symfony/Bundle/SecurityBundle/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
|
src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php+28-11Lines changed: 28 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
36 | 36 |
|
| 37 | + |
| 38 | + |
37 | 39 |
|
38 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
39 | 44 |
|
40 | 45 |
|
41 | 46 |
|
| 47 | + |
42 | 48 |
|
43 | 49 |
|
44 | 50 |
|
45 | 51 |
|
| 52 | + |
| 53 | + |
46 | 54 |
|
47 |
| - |
| 55 | + |
48 | 56 |
|
49 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
50 | 60 |
|
51 | 61 |
|
52 | 62 |
|
| ||
97 | 107 |
|
98 | 108 |
|
99 | 109 |
|
100 |
| - |
| 110 | + |
101 | 111 |
|
102 | 112 |
|
103 | 113 |
|
| ||
129 | 139 |
|
130 | 140 |
|
131 | 141 |
|
132 |
| - |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
133 | 153 |
|
134 |
| - |
| 154 | + |
135 | 155 |
|
136 | 156 |
|
137 | 157 |
|
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
| 158 | + |
142 | 159 |
|
143 | 160 |
|
src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Tests/GuardAuthenticatorHandlerTest.php+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
117 | 118 |
|
118 | 119 |
|
119 | 120 |
|
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
120 | 158 |
|
121 | 159 |
|
122 | 160 |
|
123 | 161 |
|
124 | 162 |
|
125 | 163 |
|
| 164 | + |
126 | 165 |
|
127 | 166 |
|
128 | 167 |
|
| ||
134 | 173 |
|
135 | 174 |
|
136 | 175 |
|
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
137 | 186 |
|
src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php+17-7Lines changed: 17 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
| ||
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| 42 | + |
40 | 43 |
|
41 | 44 |
|
42 | 45 |
|
| ||
83 | 86 |
|
84 | 87 |
|
85 | 88 |
|
86 |
| - |
| 89 | + |
87 | 90 |
|
88 | 91 |
|
89 | 92 |
|
| ||
96 | 99 |
|
97 | 100 |
|
98 | 101 |
|
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
99 | 112 |
|
100 | 113 |
|
101 | 114 |
|
| ||
118 | 131 |
|
119 | 132 |
|
120 | 133 |
|
121 |
| - |
| 134 | + |
122 | 135 |
|
123 |
| - |
| 136 | + |
124 | 137 |
|
125 | 138 |
|
126 | 139 |
|
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
| 140 | + |
131 | 141 |
|
132 | 142 |
|
0 commit comments