Uses of Package
org.apache.hadoop.hive.ql.security.authorization.plugin

Packages that use org.apache.hadoop.hive.ql.security.authorization.plugin
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.security.authorization   
org.apache.hadoop.hive.ql.security.authorization.plugin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd   
org.apache.hadoop.hive.ql.session   
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin used by org.apache.hadoop.hive.ql.metadata
HiveAuthorizerFactory
          Implementation of this interface specified through hive configuration will be used to create HiveAuthorizer instance used for hive authorization.
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin used by org.apache.hadoop.hive.ql.security.authorization
HivePrincipal
          Represents the user or role in grant/revoke statements
HivePrincipal.HivePrincipalType
           
HivePrivilege
          Represents the hive privilege being granted/revoked
HivePrivilegeObject
          Represents the object on which privilege is being granted/revoked
HivePrivilegeObject.HivePrivilegeObjectType
           
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin used by org.apache.hadoop.hive.ql.security.authorization.plugin
HiveAccessControlException
          Exception thrown by the Authorization plugin api (v2).
HiveAccessController
          Interface that is invoked by access control commands, including grant/revoke role/privileges, create/drop roles, and commands to read the state of authorization rules.
HiveAuthorizationValidator
          Interface used to check if user has privileges to perform certain action.
HiveAuthorizer
          Interface for hive authorization plugins.
HiveAuthorizer.VERSION
           
HiveAuthzPluginException
          Exception thrown by the Authorization plugin api (v2).
HiveMetastoreClientFactory
          Factory for getting current valid instance of IMetaStoreClient Metastore client cannot be cached in authorization interface as that can get invalidated between the calls with the logic in Hive class.
HiveOperationType
          List of hive operations types.
HivePrincipal
          Represents the user or role in grant/revoke statements
HivePrincipal.HivePrincipalType
           
HivePrivilege
          Represents the hive privilege being granted/revoked
HivePrivilegeInfo
          Represents a privilege granted for an object to a principal
HivePrivilegeObject
          Represents the object on which privilege is being granted/revoked
HivePrivilegeObject.HivePrivilegeObjectType
           
HiveRoleGrant
          Represents a grant of a role to a principal
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin used by org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd
HiveAccessControlException
          Exception thrown by the Authorization plugin api (v2).
HiveAccessController
          Interface that is invoked by access control commands, including grant/revoke role/privileges, create/drop roles, and commands to read the state of authorization rules.
HiveAuthorizationValidator
          Interface used to check if user has privileges to perform certain action.
HiveAuthorizer
          Interface for hive authorization plugins.
HiveAuthorizerFactory
          Implementation of this interface specified through hive configuration will be used to create HiveAuthorizer instance used for hive authorization.
HiveAuthzPluginException
          Exception thrown by the Authorization plugin api (v2).
HiveMetastoreClientFactory
          Factory for getting current valid instance of IMetaStoreClient Metastore client cannot be cached in authorization interface as that can get invalidated between the calls with the logic in Hive class.
HiveOperationType
          List of hive operations types.
HivePrincipal
          Represents the user or role in grant/revoke statements
HivePrivilege
          Represents the hive privilege being granted/revoked
HivePrivilegeInfo
          Represents a privilege granted for an object to a principal
HivePrivilegeObject
          Represents the object on which privilege is being granted/revoked
HiveRoleGrant
          Represents a grant of a role to a principal
 

Classes in org.apache.hadoop.hive.ql.security.authorization.plugin used by org.apache.hadoop.hive.ql.session
HiveAuthorizer
          Interface for hive authorization plugins.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.