Package | Description |
---|---|
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata | |
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 | Method and Description |
---|---|
RolePrincipalGrant |
RolePrincipalGrant.deepCopy() |
Modifier and Type | Method and Description |
---|---|
List<RolePrincipalGrant> |
GetRoleGrantsForPrincipalResponse.getPrincipalGrants() |
List<RolePrincipalGrant> |
GetPrincipalsInRoleResponse.getPrincipalGrants() |
Iterator<RolePrincipalGrant> |
GetRoleGrantsForPrincipalResponse.getPrincipalGrantsIterator() |
Iterator<RolePrincipalGrant> |
GetPrincipalsInRoleResponse.getPrincipalGrantsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
GetRoleGrantsForPrincipalResponse.addToPrincipalGrants(RolePrincipalGrant elem) |
void |
GetPrincipalsInRoleResponse.addToPrincipalGrants(RolePrincipalGrant elem) |
int |
RolePrincipalGrant.compareTo(RolePrincipalGrant other) |
boolean |
RolePrincipalGrant.equals(RolePrincipalGrant that) |
Modifier and Type | Method and Description |
---|---|
void |
GetRoleGrantsForPrincipalResponse.setPrincipalGrants(List<RolePrincipalGrant> principalGrants) |
void |
GetPrincipalsInRoleResponse.setPrincipalGrants(List<RolePrincipalGrant> principalGrants) |
Constructor and Description |
---|
RolePrincipalGrant(RolePrincipalGrant other)
Performs a deep copy on other.
|
Constructor and Description |
---|
GetPrincipalsInRoleResponse(List<RolePrincipalGrant> principalGrants) |
GetRoleGrantsForPrincipalResponse(List<RolePrincipalGrant> principalGrants) |
Modifier and Type | Method and Description |
---|---|
List<RolePrincipalGrant> |
Hive.getRoleGrantInfoForPrincipal(String principalName,
PrincipalType principalType) |
Constructor and Description |
---|
HiveRoleGrant(RolePrincipalGrant thriftRoleGrant) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.