I'm looking at replacing my current set up with Shiro. We are currently modeling users, roles and permissions. We moving into an enterprise setup and adding groups and multi level permissions.Shiro seems to handle these out-of-the-box.
Couple of questions: 1. Are there any examples available that would show to integrate with my current tables? 2. How would I model this scenario - If permission is granted at the group level, and remove at the user level. Seems like this would suck at performance because the entire tree needs to evaluated for everything. thanks Amish
