Let say I have a screen name ITEM thats performs different actions:
Save, Update, and Delete.
I have given a user ADMIN with a role of ADMIN and the ADMIN role can only perform SAVE and UPDATE operations on this screen. How can I customize this using spring security
Method Level Security checks only on roles but not one step further but that must pe possible with spring security.