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.
任何人都可以告诉我如何在EJB框架的帮助下进行 RBAC 吗?我是 Java 新手,所以我需要有关 EJB 和 RBAC 的详细说明。
有JAAS。
EJB 本身不会帮助您满足对RBAC的需求。
atamanroman建议的JAAS框架将提供身份验证和授权,但不提供 RBAC 实现。
您需要的是 RBAC 的 Java 实现。
我已经实现并扩展了自己的(出于学术目的),所以我对它们不太熟悉,但我相信你可能对Apache Shiro感兴趣。