i'm writing an application in Java, and i would manage the user's permissions (no auth with domain). In other words, an user can see only what has been granted by the admin (Role Based Access Control). I want to know if exist already a framework or something like to manage all directly.
thanks in advance!