Overview
Extension implements a Role-Based Access Controll system for Typo3. It's based on ExtBase and comes along with some models you need for RBAC (Role, Privilege, Function,...) and a service for checking which user has access to which functionality on which object. When it's finished, it will bring up a frontend admin widget that can handle all access-related functionality for various extensions.
It's idea is based on the following article and architecture: http://www.sqlrecipes.com/database_design/fine_grained_role_based_access_control_rbac_system-3/

