开发者

Java, EJB framework, RBAC

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜