Commit b4357d7
committed
File tree
Expand file treeCollapse file tree
12 files changed
+91
-43
lines changedFilter options
- src/Symfony/Component/Security
- Core
- Authentication/Token
- Exception
- Tests
- Authentication/Token
- Exception
- Guard/Token
Expand file treeCollapse file tree
12 files changed
+91
-43
lines changedsrc/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php+17-9Lines changed: 17 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
| 140 | + |
| 141 | + |
| 142 | + |
148 | 143 |
|
149 | 144 |
|
150 | 145 |
|
151 | 146 |
|
152 | 147 |
|
153 | 148 |
|
154 | 149 |
|
155 |
| - |
| 150 | + |
156 | 151 |
|
157 | 152 |
|
158 | 153 |
|
| ||
232 | 227 |
|
233 | 228 |
|
234 | 229 |
|
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
235 | 243 |
|
236 | 244 |
|
237 | 245 |
|
|
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+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
| 63 | + |
| 64 | + |
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
70 |
| - |
| 72 | + |
71 | 73 |
|
72 | 74 |
|
73 | 75 |
|
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+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
83 | 85 |
|
84 | 86 |
|
85 | 87 |
|
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
90 |
| - |
| 92 | + |
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
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+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
| 97 | + |
| 98 | + |
| 99 | + |
102 | 100 |
|
103 | 101 |
|
104 | 102 |
|
105 | 103 |
|
106 | 104 |
|
107 | 105 |
|
108 | 106 |
|
109 |
| - |
| 107 | + |
110 | 108 |
|
111 | 109 |
|
112 | 110 |
|
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+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
94 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
102 |
| - |
| 104 | + |
103 | 105 |
|
104 | 106 |
|
105 | 107 |
|
src/Symfony/Component/Security/Core/Exception/AccountStatusException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/AccountStatusException.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
51 | 50 |
|
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
58 |
| - |
| 57 | + |
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
|
src/Symfony/Component/Security/Core/Exception/AuthenticationException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/AuthenticationException.php+21-3Lines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
41 | 44 |
|
42 | 45 |
|
43 |
| - |
| 46 | + |
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
48 | 51 |
|
49 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
50 | 68 |
|
51 | 69 |
|
52 | 70 |
|
| ||
57 | 75 |
|
58 | 76 |
|
59 | 77 |
|
60 |
| - |
| 78 | + |
61 | 79 |
|
62 | 80 |
|
63 | 81 |
|
|
src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
| 63 | + |
| 64 | + |
| 65 | + |
68 | 66 |
|
69 | 67 |
|
70 | 68 |
|
71 | 69 |
|
72 | 70 |
|
73 | 71 |
|
74 | 72 |
|
75 |
| - |
| 73 | + |
76 | 74 |
|
77 | 75 |
|
78 | 76 |
|
|
src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
67 | 66 |
|
68 |
| - |
| 67 | + |
69 | 68 |
|
70 | 69 |
|
71 | 70 |
|
|
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+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
46 | 49 |
|
47 | 50 |
|
48 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
49 | 54 |
|
50 | 55 |
|
51 | 56 |
|
|
src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
27 | 42 |
|
src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
| 80 | + |
| 81 | + |
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
84 | 86 |
|
85 | 87 |
|
86 | 88 |
|
87 |
| - |
| 89 | + |
88 | 90 |
|
89 | 91 |
|
90 | 92 |
|
0 commit comments