Sample Roles Configuration
--------------------------

The files in this folder contain a simple role configuration for the rolesShowcase sample.

There are two roles admin and user.

Both roles contain one application : rolesShowcase ( this can be seen in the two .rol.json files in this folder ).

The admin role references the 'admin' configuration, the user role references the 'user' configuration.

The 'apps' folder contains the configuration information for the rolesShowcase application.  There is one .rac.json file for each configuration.

The 'admin' configuration contains some settings for the app and references three components using the 'admin' configuration ( component1, component2, and component 3 ).

The 'user' configuration contains some settings for the app and references two components using the 'user' configuration ( component1 and component2 ).

The settings for each component are defined in teh 'components' folder for each configuration level ( user and admin ).

The rolesShowcase example uses this roles configuration to determine which components to display and what settings are enabled for each component.

