-
Dec 26th, 2012, 12:39 AM
#1
How to give different authorization to different components
Hello,
I have a controller that gets the data from the database. I am putting the data into model and showing it in the jsp.
Now i want some items from the database to be authorized to different roles.
I know i can use spring security taglibs. But can i control it at the controller level? Because the data that is coming from the database comprises the data for all roles; and it is a hashmap; i m using core taglibs to show the data using <c:forEach> in the view.
How can i do this? Please help.
Thankyou.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules