|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HivePrivilegeObject.HivePrivilegeObjectType | |
|---|---|
| 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 HivePrivilegeObject.HivePrivilegeObjectType in org.apache.hadoop.hive.ql.security.authorization |
|---|
| Methods in org.apache.hadoop.hive.ql.security.authorization that return HivePrivilegeObject.HivePrivilegeObjectType | |
|---|---|
static HivePrivilegeObject.HivePrivilegeObjectType |
AuthorizationUtils.getHivePrivilegeObjectType(Entity.Type type)
Convert thrift object type to hive authorization plugin object type |
| Methods in org.apache.hadoop.hive.ql.security.authorization with parameters of type HivePrivilegeObject.HivePrivilegeObjectType | |
|---|---|
static HiveObjectType |
AuthorizationUtils.getThriftHiveObjType(HivePrivilegeObject.HivePrivilegeObjectType type)
Convert plugin privilege object type to thrift type |
| Uses of HivePrivilegeObject.HivePrivilegeObjectType in org.apache.hadoop.hive.ql.security.authorization.plugin |
|---|
| Methods in org.apache.hadoop.hive.ql.security.authorization.plugin that return HivePrivilegeObject.HivePrivilegeObjectType | |
|---|---|
HivePrivilegeObject.HivePrivilegeObjectType |
HivePrivilegeObject.getType()
|
static HivePrivilegeObject.HivePrivilegeObjectType |
HivePrivilegeObject.HivePrivilegeObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HivePrivilegeObject.HivePrivilegeObjectType[] |
HivePrivilegeObject.HivePrivilegeObjectType.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 HivePrivilegeObject.HivePrivilegeObjectType | |
|---|---|
HivePrivilegeObject(HivePrivilegeObject.HivePrivilegeObjectType type,
String dbname,
String tableViewURI)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||