Uses of Class
org.apache.hadoop.hive.ql.plan.PrincipalDesc

Packages that use PrincipalDesc
org.apache.hadoop.hive.ql.parse.authorization   
org.apache.hadoop.hive.ql.plan   
 

Uses of PrincipalDesc in org.apache.hadoop.hive.ql.parse.authorization
 

Methods in org.apache.hadoop.hive.ql.parse.authorization that return PrincipalDesc
static PrincipalDesc AuthorizationParseUtils.getPrincipalDesc(ASTNode principal)
           
 

Methods in org.apache.hadoop.hive.ql.parse.authorization that return types with arguments of type PrincipalDesc
static List<PrincipalDesc> AuthorizationParseUtils.analyzePrincipalListDef(ASTNode node)
           
 

Uses of PrincipalDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return PrincipalDesc
 PrincipalDesc AlterDatabaseDesc.getOwnerPrincipal()
           
 PrincipalDesc ShowGrantDesc.getPrincipalDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PrincipalDesc
 List<PrincipalDesc> GrantRevokeRoleDDL.getPrincipalDesc()
           
 List<PrincipalDesc> RevokeDesc.getPrincipals()
           
 List<PrincipalDesc> GrantDesc.getPrincipals()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PrincipalDesc
 void AlterDatabaseDesc.setOwnerPrincipal(PrincipalDesc ownerPrincipal)
           
 void ShowGrantDesc.setPrincipalDesc(PrincipalDesc principalDesc)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PrincipalDesc
 void GrantRevokeRoleDDL.setPrincipalDesc(List<PrincipalDesc> principalDesc)
           
 void RevokeDesc.setPrincipals(List<PrincipalDesc> principals)
           
 void GrantDesc.setPrincipals(List<PrincipalDesc> principals)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type PrincipalDesc
AlterDatabaseDesc(String databaseName, PrincipalDesc ownerPrincipal)
           
ShowGrantDesc(String resFile, PrincipalDesc principalDesc, PrivilegeObjectDesc subjectObj, List<String> columns)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PrincipalDesc
GrantDesc(PrivilegeObjectDesc privilegeSubject, List<PrivilegeDesc> privilegeDesc, List<PrincipalDesc> principalDesc, String grantor, PrincipalType grantorType, boolean grantOption)
           
GrantRevokeRoleDDL(boolean grant, List<String> roles, List<PrincipalDesc> principalDesc, String grantor, PrincipalType grantorType, boolean grantOption)
           
RevokeDesc(List<PrivilegeDesc> privileges, List<PrincipalDesc> principals, PrivilegeObjectDesc privilegeSubjectDesc)
           
 



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