Accessing Spring Security User Details from within Mule Services
- by user299222
We're securing Mule services using the Spring Security Framework, and some of the services need to access some information in the UserDetails object. Is there a way to access this object from within a Mule service?
Thanks,
Dennis