See also
Returns list of authorized cubes from cubes. If none of the cubes are authorized an empty list is returned.
Default implementation returs the same cubes list as provided.
Returns a list of tuples: (dimension, hierarchy, level).
Restricts the cell for cube according to authorization by token. If no cell is provided or the cell is empty then returns the restriction cell. If there is no restriction, returns the original cell if provided or None.
Creates a simple JSON-file based authorizer. Reads data from rights_file and roles_file and merge them with roles and rights dictionaries respectively.
Raised when user is not authorized for the request.