Data warehouse administrators often want to give different users
access to different subsets of the data. The OLAP model is a
powerful paradigm for exploring data, and this paradigm also
allows complex access-control rules to be expressed easily.
Mondrian already implements a rich set of access-control
primitives (see mondrian schema guide), but we are considering
some features to make mondrian more expressive in future
releases.
Introduction: Access control in mondrian-2.4
In the current version of mondrian, roles are defined by elements in the mondrian schema file. A role can have access granted, or denied, for cubes, hierarchies, and members of hierarchies.
The type of access granted to an object is inherited by its children. For example, if you deny access to a schema, then access to cubes in …
[Read more]