开发者

Java, EJB framework, RBAC

开发者 https://www.devze.com 2023-04-01 05:37 出处:网络
Can any body give me idea how to do RBAC with the help of EJB framework? I am new i开发者_开发百科n Java, so I need details description about EJB and RBAC.There is JAAS.EJB itself wont help you with y

Can any body give me idea how to do RBAC with the help of EJB framework? I am new i开发者_开发百科n Java, so I need details description about EJB and RBAC.


There is JAAS.


EJB itself wont help you with your need for RBAC.

The JAAS framework suggested by atamanroman will provide authentication and authorization but not an RBAC implementation.

What you need is a Java implementation of RBAC.

I have implemented and extended my own (for academic purposes) so I'm not too familiar with them but I believe you may be interested in Apache Shiro.

0

精彩评论

暂无评论...
验证码 换一张
取 消