Tagged Questions

1
vote
1answer
317 views

Run code in Hibernate Filters

I have a fairly sophisticated security mechanism that I implemented using Apache Shiro (formerly JSecurity). In order to know the exact visibility rules for an object, I need to run some code (i.e. ...