You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working through Security and Reactor a bit and there are use cases with Security and Reactor that we want to avoid using a ThreadLocal. In these instances we calculate the SecurityContext based upon arguments passed into methods.
For this reason, it would be good if the EvaluationContextExtension had access to the existing properties (i.e. method arguments, annotations, etc) to allow determining the SecurityContext from method arguments