-
Story
-
Resolution: Done-Errata
-
Major
-
None
-
False
-
-
False
-
---
-
-
This PR allows to pass into custom `java.security.Permission` only parameters you need from a `@BeanParam`. I can imagine you have different types of `@BeanParam`s that share a header or query param etc. that you want to pass. It's alternative, but not only option. Instead of this, users could introduce level of abstraction (shared interface) they will inject into the `java.security.Permission` instead.
IMO what this can be convenient in very simple scenarios, like when you want to pass `beanParam.field` into your custom `java.security.Permission`.
Permission constructor parameters are newly matched automatically based on secured method parameter names.
- links to
-
RHEA-2025:4162 Red Hat build of Quarkus 3.20.0 release