Uses of Class
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLPrivTypeGrant

Packages that use SQLPrivTypeGrant
org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd   
 

Uses of SQLPrivTypeGrant in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd that return SQLPrivTypeGrant
static SQLPrivTypeGrant[] Operation2Privilege.getInputPrivs(HiveOperationType opType)
           
static SQLPrivTypeGrant[] Operation2Privilege.getOutputPrivs(HiveOperationType opType)
           
static SQLPrivTypeGrant SQLPrivTypeGrant.getSQLPrivTypeGrant(SQLPrivilegeType privType, boolean isGrant)
          Find matching enum
static SQLPrivTypeGrant SQLPrivTypeGrant.getSQLPrivTypeGrant(String privTypeStr, boolean isGrant)
          Find matching enum
static SQLPrivTypeGrant SQLPrivTypeGrant.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SQLPrivTypeGrant[] SQLPrivTypeGrant.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd that return types with arguments of type SQLPrivTypeGrant
 Collection<SQLPrivTypeGrant> RequiredPrivileges.findMissingPrivs(RequiredPrivileges availPrivs)
          Find the missing privileges in availPrivs
 Set<SQLPrivTypeGrant> RequiredPrivileges.getRequiredPrivilegeSet()
           
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with parameters of type SQLPrivTypeGrant
 void RequiredPrivileges.addAll(SQLPrivTypeGrant[] inputPrivs)
           
 void RequiredPrivileges.addPrivilege(SQLPrivTypeGrant requiredPriv)
           
 

Method parameters in org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd with type arguments of type SQLPrivTypeGrant
static void SQLAuthorizationUtils.assertNoMissingPrivilege(Collection<SQLPrivTypeGrant> missingPrivs, HivePrincipal hivePrincipal, HivePrivilegeObject hivePrivObject)
           
 



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