File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ were left unconsumed.
4444
4545### Request interceptor
4646
47- The [ RestController] allows the configuration of an interceptor that determines which [ RestRequest] s are allowed to be processed. A single
47+ The [ RestController] accepts a ` RestInterceptor ` that can intercept [ RestRequest] s and add additional pre-handling. The
4848[ RestServerActionPlugin] can provide a [ RestInterceptor] implementation, through which all requests are passed. The
4949[ Security] [ Security#getRestHandlerInterceptor ] plugin uses this capability to register an interceptor to authorize access to endpoints
5050that require [ operator privileges] , populate the [ audit logs] and perform some additional authentication when required.
You can’t perform that action at this time.
0 commit comments