1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add SecurityContextHolderStrategy XML Configuration for Method Security

Issue gh-11061
This commit is contained in:
Josh Cummings
2022-06-23 16:26:40 -06:00
parent da57bac061
commit 9cd7c7b046
8 changed files with 256 additions and 55 deletions
@@ -28,6 +28,11 @@ Defaults to "false".
If true, class based proxying will be used instead of interface based proxying.
Defaults to "false".
[[nsa-method-security-security-context-holder-strategy-ref]]
* **security-context-holder-strategy-ref**
Specifies a SecurityContextHolderStrategy to use when retrieving the SecurityContext.
Defaults to the value returned by SecurityContextHolder.getContextHolderStrategy().
[[nsa-method-security-children]]
=== Child Elements of <method-security>