| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<PrivilegeScope> |
PrivilegeScope.ALLSCOPE |
static EnumSet<PrivilegeScope> |
PrivilegeScope.ALLSCOPE_EXCEPT_COLUMN |
| Modifier and Type | Method and Description |
|---|---|
static PrivilegeScope |
PrivilegeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivilegeScope[] |
PrivilegeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HivePrivilege.supportsScope(PrivilegeScope scope) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.