Provides CDI producers for objects that can be injected via @Context
In RESTEasy Reactive this works because @Context is considered an alias for @Inject
through the use of AutoInjectAnnotationBuildItem
Security checks for RBAC annotations on endpoints are done by
the EagerSecurityHandler,
this interceptor propagates the information to the SecurityHandler to prevent repeated checks.