Package | Description |
---|---|
org.apache.sentry.provider.db.service.thrift |
Modifier and Type | Method and Description |
---|---|
TSentryGroup |
TSentryGroup.deepCopy() |
Modifier and Type | Method and Description |
---|---|
Set<TSentryGroup> |
TSentryRole.getGroups() |
Set<TSentryGroup> |
TAlterSentryRoleAddGroupsRequest.getGroups() |
Set<TSentryGroup> |
TAlterSentryRoleDeleteGroupsRequest.getGroups() |
Iterator<TSentryGroup> |
TSentryRole.getGroupsIterator() |
Iterator<TSentryGroup> |
TAlterSentryRoleAddGroupsRequest.getGroupsIterator() |
Iterator<TSentryGroup> |
TAlterSentryRoleDeleteGroupsRequest.getGroupsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TSentryRole.addToGroups(TSentryGroup elem) |
void |
TAlterSentryRoleAddGroupsRequest.addToGroups(TSentryGroup elem) |
void |
TAlterSentryRoleDeleteGroupsRequest.addToGroups(TSentryGroup elem) |
int |
TSentryGroup.compareTo(TSentryGroup other) |
boolean |
TSentryGroup.equals(TSentryGroup that) |
Modifier and Type | Method and Description |
---|---|
void |
TSentryRole.setGroups(Set<TSentryGroup> groups) |
void |
TAlterSentryRoleAddGroupsRequest.setGroups(Set<TSentryGroup> groups) |
void |
TAlterSentryRoleDeleteGroupsRequest.setGroups(Set<TSentryGroup> groups) |
Constructor and Description |
---|
TSentryGroup(TSentryGroup other)
Performs a deep copy on other.
|
Constructor and Description |
---|
TAlterSentryRoleAddGroupsRequest(int protocol_version,
String requestorUserName,
String roleName,
Set<TSentryGroup> groups) |
TAlterSentryRoleDeleteGroupsRequest(int protocol_version,
String requestorUserName,
String roleName,
Set<TSentryGroup> groups) |
TSentryRole(String roleName,
Set<TSentryGroup> groups,
String grantorPrincipal) |
Copyright © 2015 Cloudera. All rights reserved.