Tagged Questions

1
vote
2answers
90 views

Look for a role-based authentication solution in java

I am building a project which is related to the user authentication. The project is about the task manager for the company. The company contain many departments,and one department may contain more ...
1
vote
3answers
646 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 ...