Accessing Spring Security User Details from within Mule Services

Posted by user299222 on Stack Overflow See other posts from Stack Overflow or by user299222
Published on 2010-03-22T17:29:15Z Indexed on 2010/03/22 17:31 UTC
Read the original article Hit count: 333

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about mule

Related posts about spring-security