Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 Spring Security Framework 保护 Mule 服务,一些服务需要访问 UserDetails 对象中的一些信息。有没有办法从 Mule 服务中访问这个对象?
谢谢,丹尼斯
服务只有一种方法可以访问 Spring Security 中的 UserDetails 对象,那就是通过 ThreadLocal SecurityContextHolder()。
SecurityContextHolder()