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.
我想在我的一个 Web 服务应用程序中添加基于角色的授权功能。它由 JAX-WS 和 Spring 框架提供支持,并包含相当多的 Web 服务方法。某些 Web 服务方法只能由特定角色访问。欣赏是否有人有解决方案。
如果您的项目已经基于Spring,请使用Spring-Security 。