It is a common requirement that a login user is assigned role and with that role can perform certain task or have access to certain module.
Is there any mature access control framework in Java that can be used?
thanks.
|
|
You should try Spring Security framework. It's mature. |
|||
|
|