Uses of Interface
mondrian.olap.Role
-
Packages that use Role Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.tui Text user interface for Mondrian. -
-
Uses of Role in mondrian.olap
Classes in mondrian.olap that implement Role Modifier and Type Class Description class
DelegatingRole
class
RoleImpl
Default implementation of theRole
interface.Fields in mondrian.olap declared as Role Modifier and Type Field Description protected Role
DelegatingRole. role
Methods in mondrian.olap that return Role Modifier and Type Method Description static Role
Util. createRootRole(Schema schema)
Returns a role which has access to everything.Role
Connection. getRole()
Returns the access-control profile for this connection.Role
DelegatingSchemaReader. getRole()
Role
SchemaReader. getRole()
Returns the access-control profile that thisSchemaReader
is implementing.Role
Schema. lookupRole(String role)
Finds a role with a given name in the current catalog, or returnsnull
if no such role exists.static Role
RoleImpl. union(List<Role> roleList)
Returns a role that is the union of the given roles.Methods in mondrian.olap with parameters of type Role Modifier and Type Method Description SchemaReader
Cube. getSchemaReader(Role role)
Returns aSchemaReader
for which this cube is the context for lookup up members.void
Connection. setRole(Role role)
Sets the privileges for the this connection.Method parameters in mondrian.olap with type arguments of type Role Modifier and Type Method Description static Role
RoleImpl. union(List<Role> roleList)
Returns a role that is the union of the given roles.Constructors in mondrian.olap with parameters of type Role Constructor Description DelegatingRole(Role role)
Creates a DelegatingRole. -
Uses of Role in mondrian.rolap
Fields in mondrian.rolap declared as Role Modifier and Type Field Description protected Role
RolapConnection. role
protected Role
RolapSchemaReader. role
Methods in mondrian.rolap that return Role Modifier and Type Method Description Role
RolapSchema. getDefaultRole()
Role
RolapConnection. getRole()
Role
RolapSchemaReader. getRole()
Role
RolapSchema. lookupRole(String role)
Methods in mondrian.rolap with parameters of type Role Modifier and Type Method Description SchemaReader
RolapCube. getSchemaReader(Role role)
void
RolapConnection. setRole(Role role)
-
Uses of Role in mondrian.tui
Methods in mondrian.tui with parameters of type Role Modifier and Type Method Description static byte[]
XmlaSupport. processSoapXmla(String requestText, String connectString, Map<String,String> catalogNameUrls, String cbClassName, Role role, Map<List<String>,javax.servlet.Servlet> servletCache)
static byte[]
XmlaSupport. processSoapXmla(Document doc, String connectString, Map<String,String> catalogNameUrls, String cbClassName, Role role, Map<List<String>,javax.servlet.Servlet> servletCache)
static byte[]
XmlaSupport. processXmla(File file, String connectString, Map<String,String> catalogNameUrls, Role role, Map<List<String>,MondrianServer> cache)
static byte[]
XmlaSupport. processXmla(Document requestDoc, String connectString, Map<String,String> catalogNameUrls, Role role, Map<List<String>,MondrianServer> cache)
static byte[]
XmlaSupport. processXmla(Element requestElem, String connectString, Map<String,String> catalogNameUrls, Role role, Map<List<String>,MondrianServer> cache)
-