We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ddb10 commit a4561daCopy full SHA for a4561da
docs/internal/GeneralArchitectureGuide.md
@@ -44,7 +44,7 @@ were left unconsumed.
44
45
### Request interceptor
46
47
-The [RestController] accepts a `RestInterceptor` that can intercept [RestRequest]s and add additional pre-handling. The
+The [RestController] accepts a `RestInterceptor` that can intercept [RestRequest]s and add additional pre-handling. A single
48
[RestServerActionPlugin] can provide a [RestInterceptor] implementation, through which all requests are passed. The
49
[Security][Security#getRestHandlerInterceptor] plugin uses this capability to register an interceptor to authorize access to endpoints
50
that require [operator privileges], populate the [audit logs] and perform some additional authentication when required.
0 commit comments