| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd |
| Modifier and Type | Method and Description |
|---|---|
static SQLPrivTypeGrant |
SQLPrivTypeGrant.getSQLPrivTypeGrant(SQLPrivilegeType privType,
boolean isGrant)
Find matching enum
|
static SQLPrivTypeGrant |
SQLPrivTypeGrant.getSQLPrivTypeGrant(String privTypeStr,
boolean isGrant)
Find matching enum
|
static SQLPrivTypeGrant |
SQLPrivTypeGrant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLPrivTypeGrant[] |
SQLPrivTypeGrant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SQLPrivTypeGrant> |
RequiredPrivileges.findMissingPrivs(RequiredPrivileges availPrivs)
Find the missing privileges in availPrivs
|
Set<SQLPrivTypeGrant> |
RequiredPrivileges.getRequiredPrivilegeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredPrivileges.addAll(SQLPrivTypeGrant[] inputPrivs) |
void |
RequiredPrivileges.addPrivilege(SQLPrivTypeGrant requiredPriv) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SQLAuthorizationUtils.addMissingPrivMsg(Collection<SQLPrivTypeGrant> missingPrivs,
HivePrivilegeObject hivePrivObject,
List<String> deniedMessages) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.