File tree
249 files changed
+1888
-839
lines changed- config/src/test/kotlin/org/springframework/security/config
- annotation/web
- session
- web/server
- core
- src
- main/java/org/springframework/security
- access
- annotation
- event
- expression
- method
- hierarchicalroles
- intercept
- aopalliance
- aspectj
- method
- prepost
- vote
- aot/hint
- authentication
- dao
- event
- jaas
- event
- memory
- ott
- reactive
- password
- authorization
- event
- method
- concurrent
- context
- converter
- core
- annotation
- authority
- mapping
- context
- parameters
- session
- token
- userdetails
- cache
- jdbc
- memory
- jackson2
- provisioning
- scheduling
- task
- util
- test/java/org/springframework/security
- access/expression
- method
- authentication
- dao
- jaas
- core
- authority/mapping
- context
- userdetails
- provisioning
- util
- crypto/src
- main/java/org/springframework/security/crypto
- argon2
- bcrypt
- codec
- password
- scrypt
- test/java/org/springframework/security/crypto
- argon2
- bcrypt
- password
- web/src
- main/java/org/springframework/security/web/authentication/password
- test/java/org/springframework/security/web/authentication/password
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
249 files changed
+1888
-839
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
|
config/src/test/kotlin/org/springframework/security/config/web/server/ServerHttpSecurityDslTests.kt
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
|
config/src/test/kotlin/org/springframework/security/config/web/server/ServerOAuth2ClientDslTests.kt
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 |
| |
4 | 8 |
| |
5 | 9 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
| |||
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
| |||
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
74 |
| - | |
| 77 | + | |
75 | 78 |
| |
76 | 79 |
| |
77 | 80 |
| |
78 |
| - | |
| 81 | + | |
79 | 82 |
| |
80 | 83 |
| |
81 | 84 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
| |||
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
| 47 | + | |
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
50 |
| - | |
| 54 | + | |
51 | 55 |
| |
52 | 56 |
| |
53 | 57 |
| |
| |||
73 | 77 |
| |
74 | 78 |
| |
75 | 79 |
| |
76 |
| - | |
| 80 | + | |
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
80 |
| - | |
| 84 | + | |
81 | 85 |
| |
82 | 86 |
| |
83 | 87 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
| 22 | + | |
| 23 | + |
0 commit comments