Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.authorization.AuthorizeableServer Class Reference
Inheritance diagram for com.cloudera.impala.authorization.AuthorizeableServer:
Collaboration diagram for com.cloudera.impala.authorization.AuthorizeableServer:

Public Member Functions

 AuthorizeableServer (String serverName)
 
List< DBModelAuthorizable > getHiveAuthorizeableHierarchy ()
 
String getName ()
 

Private Attributes

final
org.apache.sentry.core.model.db.Server 
server_
 

Detailed Description

Class used to authorize access at the catalog level. Generally, all Impala services in the cluster will be configured with the same catalog name. What Sentry refers to as a Server maps to our concept of a Catalog, thus the name AuthorizeableServer.

Definition at line 31 of file AuthorizeableServer.java.

Constructor & Destructor Documentation

com.cloudera.impala.authorization.AuthorizeableServer.AuthorizeableServer ( String  serverName)
inline

Member Function Documentation

List<DBModelAuthorizable> com.cloudera.impala.authorization.AuthorizeableServer.getHiveAuthorizeableHierarchy ( )
inline
String com.cloudera.impala.authorization.AuthorizeableServer.getName ( )
inline

Member Data Documentation

final org.apache.sentry.core.model.db.Server com.cloudera.impala.authorization.AuthorizeableServer.server_
private

The documentation for this class was generated from the following file: