org.apache.hadoop.hive.ql.parse.authorization
Class AuthorizationParseUtils

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.authorization.AuthorizationParseUtils

public class AuthorizationParseUtils
extends Object

Utility functions for creating objects relevant for authorization operations from AST


Constructor Summary
AuthorizationParseUtils()
           
 
Method Summary
static List<PrincipalDesc> analyzePrincipalListDef(ASTNode node)
           
static PrincipalDesc getPrincipalDesc(ASTNode principal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationParseUtils

public AuthorizationParseUtils()
Method Detail

getPrincipalDesc

public static PrincipalDesc getPrincipalDesc(ASTNode principal)

analyzePrincipalListDef

public static List<PrincipalDesc> analyzePrincipalListDef(ASTNode node)


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