Tagged Questions

0
votes
3answers
84 views

Roles/Priviledges in a Spring/Hibernate application

Hi, 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 …
4
votes
6answers
101 views

Where in the call stack should role checks be done?

In my typical app, the user clicks a button in an aspx page, invokes a C# business object, then runs a stored procedure. Should role checks be done at the top of the stack, the bottom of the stack …