MDX Documentation

Authorization

The authorization service is defining access rights of previously authenticated users, informally defined as what a user can do. The default implementation can be configured using the icCube user interface; more details can be found here.

The class of the authorization service is configured as following in the icCube.xml configuration file:

<icCubeAuthorizationService>
    <service-class>crazydev.iccube.authorization.permissions.service.OlapRoleDefaultPermissionsService</service-class>
</icCubeAuthorizationService>
    

Next chapter : Apache (Web Server) & icCube.