spring
Row level security using Spring and Hibernate
Submitted by Matt Fleming on Mon, 2008-01-14 10:22.
Recently I was tasked with adding data security to an existing application. The security rules were complex, users within the same user role were supposed to be able to view and edit data differently. I decided to implement this task with a permissions based system whereby users were grouped into roles and each role had a certain set of permissions. Here's how I implemented the solution using Spring and Hibernate...
»
- 2 comments
- Read more
- 3567 reads
