Uses of Class
org.apache.hadoop.hive.ql.security.authorization.plugin.HivePrincipal.HivePrincipalType

Packages that use HivePrincipal.HivePrincipalType
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. 
 

Uses of HivePrincipal.HivePrincipalType in org.apache.hadoop.hive.ql.security.authorization
 

Methods in org.apache.hadoop.hive.ql.security.authorization that return HivePrincipal.HivePrincipalType
static HivePrincipal.HivePrincipalType AuthorizationUtils.getHivePrincipalType(PrincipalType type)
          Convert thrift principal type to authorization plugin principal type
 

Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HivePrincipal.HivePrincipalType
static PrincipalType AuthorizationUtils.getThriftPrincipalType(HivePrincipal.HivePrincipalType type)
          Convert authorization plugin principal type to thrift principal type
 

Uses of HivePrincipal.HivePrincipalType in org.apache.hadoop.hive.ql.security.authorization.plugin
 

Methods in org.apache.hadoop.hive.ql.security.authorization.plugin that return HivePrincipal.HivePrincipalType
 HivePrincipal.HivePrincipalType HivePrincipal.getType()
           
static HivePrincipal.HivePrincipalType HivePrincipal.HivePrincipalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HivePrincipal.HivePrincipalType[] HivePrincipal.HivePrincipalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hive.ql.security.authorization.plugin with parameters of type HivePrincipal.HivePrincipalType
HivePrincipal(String name, HivePrincipal.HivePrincipalType type)
           
 



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