Everyone who was wondering if anyone knew about any Java libraries that are similar or have the same functionality as CanCan (Ruby on Rails). I would like to know about your experience with them, if any.
CanCan is an authorization library for Ruby on Rails that restricts the resources granted to this user access. All permissions are defined in one place (skill class) and are not duplicated between controllers, views and database queries.
Bonus points if they work on a playback platform ( http://playframework.org )
source share