Tagged Questions
1
vote
1answer
33 views
Role-based access denial handling in Spring Security - how to?
I'm working on Spring based application with Spring Security. I have users with different roles and would like to implement access denial handling depending on the role. More specifically the desired ...
1
vote
2answers
668 views
Roles/Priviledges in a Spring/Hibernate application
In a banking or similar application there are usually several roles defined and associated privileges required (for example a normal user could only do transactions but not post it while a supervisor ...