Is spring security facelets works for resource based access levels
Scenario is,
We have pre-defined set of resources (Menus, tabs, pages etc). User will be assigned to some/all resources and each resource has access level (SUPERVISOR, INQUIRY, NONE etc..).
If resource does not get assigned (or access level is NONE/INQ) to user, then that resource should not be displayed.
If resource is assigned to user and has supervisor access, then user will be able to access resource.
Could someone throw light on the implementation stuff and if possible, pls provide examples
We are using Spring webflow, security, primefaces.....
Thanks,