Desmond Silveira
|
0d3c3c676d
|
"Well-Know" should be "Well-Known"
|
3 years ago |
Desmond Silveira
|
06aa3362dd
|
"Well-Know" should be "Well-Known"
|
3 years ago |
Desmond Silveira
|
3b9f5ac77b
|
"Well-Know" should be "Well-Known"
|
3 years ago |
Desmond Silveira
|
2a336d4f49
|
"Well-Know" should be "Well-Known"
|
3 years ago |
Marcus Da Coregio
|
0c549ee147
|
Use SHA256 by default in Remember Me
Closes gh-11520
|
3 years ago |
Yuriy Savchenko
|
0f64d4c091
|
Add Kotlin example for WebTestClient setup docs
Closes gh-9998
|
3 years ago |
Yuriy Savchenko
|
7c7751635d
|
Add Kotlin example for WebTestClient setup docs
Closes gh-9998
|
3 years ago |
Yuriy Savchenko
|
5322352427
|
Add Kotlin example for WebTestClient setup docs
Closes gh-9998
|
3 years ago |
Yuriy Savchenko
|
db9d60e82d
|
Add Kotlin example for WebTestClient setup docs
Closes gh-9998
|
3 years ago |
Marcus Da Coregio
|
f45c4d4b8e
|
Add SHA256 as an algorithm option for Remember Me token hashing
Closes gh-8549
|
3 years ago |
Marcus Da Coregio
|
dda98f333c
|
Polish
Make encodingAlgorithm final and add it to the constructor
Add since tags
Add more tests
|
3 years ago |
Marcus Da Coregio
|
e17fe8ced9
|
Add SHA256 as an algorithm option for Remember Me token hashing
Closes gh-8549
|
3 years ago |
Josh Cummings
|
35fc437559
|
Add AuthorizationManager for protect-pointcut
Closes gh-11323
|
3 years ago |
Marcus Da Coregio
|
9608eaa138
|
Clarify authorize-http-requests docs
Issue gh-11467
|
3 years ago |
Marcus Da Coregio
|
64ba31aebb
|
Improve docs on dispatcherTypeMatcher
Closes gh-11467
|
3 years ago |
Marcus Da Coregio
|
57d6ab7134
|
Improve docs on dispatcherTypeMatcher
Closes gh-11467
|
3 years ago |
Josh Cummings
|
624fdfa731
|
Add AuthorizationManager for protect-pointcut
Closes gh-11323
|
3 years ago |
Marcus Da Coregio
|
6455e98745
|
FilterSecurityInterceptor applies to every request by default
Closes gh-11466
|
3 years ago |
Tim te Beek
|
ce67fb08fd
|
Clearly end sentence in note before next sentence
|
3 years ago |
Tim te Beek
|
6e63278ab9
|
Use Collection<ConfigAttribute> in examples
To match `org.springframework.security.access.ConfigAttribute`.
|
3 years ago |
Tim te Beek
|
2c0a4337a8
|
Clearly end sentence in note before next sentence
|
3 years ago |
Tim te Beek
|
9f4b0ca8b5
|
Use Collection<ConfigAttribute> in examples
To match `org.springframework.security.access.ConfigAttribute`.
|
3 years ago |
Josh Cummings
|
148c926de0
|
Support AuthorizationManager for intercept-methods Element
Closes gh-11328
|
4 years ago |
Josh Cummings
|
74a007dc91
|
Support AuthorizationManager for intercept-methods Element
Closes gh-11328
|
4 years ago |
Josh Cummings
|
bffe08465a
|
Add SecurityContextHolderStrategy XML Configuration for Messaging
Issue gh-11061
|
4 years ago |
Josh Cummings
|
74167d62b1
|
Add SecurityContextHolderStrategy XML Configuration for Messaging
Issue gh-11061
|
4 years ago |
Josh Cummings
|
5e4e7abf15
|
Add SecurityContextHolderStrategy XML Configuration for Method Security
Issue gh-11061
|
4 years ago |
Josh Cummings
|
9cd7c7b046
|
Add SecurityContextHolderStrategy XML Configuration for Method Security
Issue gh-11061
|
4 years ago |
Vinícius Hashimoto
|
11a74a2926
|
Fix method call example on documentation
|
4 years ago |
Josh Cummings
|
150b81d008
|
Add SecurityContextHolderStrategy XML Configuration for Defaults
Issue gh-11061
|
4 years ago |
Josh Cummings
|
2a70707c35
|
Add SecurityContextHolderStrategy XML Configuration for Defaults
Issue gh-11061
|
4 years ago |
sKai.fun
|
a3e996a66b
|
Fix title render issue of Digest Authentication document
Closes gh-11272
|
4 years ago |
sKai.fun
|
953b54f63d
|
Fix title render issue of Digest Authentication document
Closes gh-11272
|
4 years ago |
sKai.fun
|
6b1d5ec6ae
|
Fix title render issue of Digest Authentication document
Closes gh-11272
|
4 years ago |
André Luis Gomes
|
aca3fc2412
|
Update opaque-token.adoc
Fixing yaml sample in Servlet and Reactive pages
|
4 years ago |
André Luis Gomes
|
0c31cb21dc
|
Update opaque-token.adoc
Fixing yaml sample in Servlet and Reactive pages
|
4 years ago |
André Luis Gomes
|
24701b547f
|
Update opaque-token.adoc
Fixing yaml sample in Servlet and Reactive pages
|
4 years ago |
André Luis Gomes
|
b9acdd5058
|
Update opaque-token.adoc
Fixing yaml sample in Servlet and Reactive pages
|
4 years ago |
Josh Cummings
|
2afa9313eb
|
Use AuthorizationManager in <http>
Closes gh-11305
|
4 years ago |
Josh Cummings
|
9dbd1f3e25
|
Use AuthorizationManager in <http>
Closes gh-11305
|
4 years ago |
Josh Cummings
|
d7077b441a
|
Correct access(String) reference
Closes gh-11280
|
4 years ago |
Josh Cummings
|
292585080a
|
Correct access(String) reference
Closes gh-11280
|
4 years ago |
Josh Cummings
|
0abc54c7de
|
Correct access(String) reference
Closes gh-11280
|
4 years ago |
Josh Cummings
|
ff0d85e2ac
|
Correct access(String) reference
Closes gh-11280
|
4 years ago |
Josh Cummings
|
f4c0fcb5ef
|
Add AuthorizationManager to Messaging
Closes gh-11076
|
4 years ago |
Josh Cummings
|
101f11ba94
|
Improve ContextConfiguration Docs
Point to updated Spring Reference
Issue gh-10934
|
4 years ago |
Josh Cummings
|
18b903f6e3
|
Polish ExtendWith Docs
Use spring-framework-reference-url placeholder
Issue gh-10934
|
4 years ago |
nor-ek
|
038266a94f
|
Update JUnit 5 annotations in documentation
- replace Before with BeforeEach
- replace RunWith with ExtendWith
Closes gh-10934
|
4 years ago |
Josh Cummings
|
bbff945b95
|
Restore missing link text
Issue gh-10934
|
4 years ago |
Josh Cummings
|
8690accd57
|
Improve ContextConfiguration Docs
Point to updated Spring Reference
Issue gh-10934
|
4 years ago |