I have Have different kind of Users, based on a table where I configure a boolean fileds to true or false, for example : canAddUser, canAddTopic ... and I want first to make the Authentification and Authorization based on that fields. I've Heard of JAAS but since am new Java EE Programmer, I want to make sure its done by that.
Asked
Active
Viewed 47 times
0
-
its clear, should I use JAAS ? – Houssin Inani Jun 19 '15 at 14:01
-
understood thanks for help – Houssin Inani Jun 19 '15 at 14:07