P
pramodr
Hi group,
I need to implement access control over a DAO (preferably through a
business layer object) on the basis of user role - for instance an
admin can invoke the read/modify/delete methods, but a normal user
should only be able to read. I am planning for java security API
(JAAS). I have heard of java.security.Permission class. Can it be used
in my case ? I think if so, I may need to extend this class and use
it.
Please guide me with suggestions. I am new to JAAS api as well.
regards
Pramod R
I need to implement access control over a DAO (preferably through a
business layer object) on the basis of user role - for instance an
admin can invoke the read/modify/delete methods, but a normal user
should only be able to read. I am planning for java security API
(JAAS). I have heard of java.security.Permission class. Can it be used
in my case ? I think if so, I may need to extend this class and use
it.
Please guide me with suggestions. I am new to JAAS api as well.
regards
Pramod R