Hey there,
I'm just starting out with spring integration and would like to use the AOP stuff to do some basic auditing.
Is there a way to easily expose the user set by spring-security to be available in SpEL expressions for payloads? Or would I have to wire up my own MethodInterceptor?
Thanks


Reply With Quote