Add AccessDecisionManager Preparation Steps

Issue gh-11337
This commit is contained in:
Josh Cummings
2022-10-31 15:24:44 -06:00
parent 86c9d5cfbe
commit c5badbc631
2 changed files with 302 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ AuthorizationManager<RequestAuthorizationContext> requestMatcherAuthorizationMan
You can also wire xref:servlet/authorization/architecture.adoc#authz-custom-authorization-manager[your own custom authorization managers] for any request matcher.
[[custom-authorization-manager]]
Here is an example of mapping a custom authorization manager to the `my/authorized/endpoint`:
.Custom Authorization Manager