Package | Description |
---|---|
org.apache.sentry.provider.db.service.thrift |
Modifier and Type | Method and Description |
---|---|
TSentryAuthorizable |
TSentryAuthorizable.deepCopy() |
TSentryAuthorizable |
TDropPrivilegesRequest.getAuthorizable() |
TSentryAuthorizable |
TListSentryPrivilegesRequest.getAuthorizableHierarchy() |
TSentryAuthorizable |
TListSentryPrivilegesForProviderRequest.getAuthorizableHierarchy() |
TSentryAuthorizable |
TRenamePrivilegesRequest.getNewAuthorizable() |
TSentryAuthorizable |
TRenamePrivilegesRequest.getOldAuthorizable() |
Modifier and Type | Method and Description |
---|---|
Set<TSentryAuthorizable> |
TListSentryPrivilegesByAuthRequest.getAuthorizableSet() |
Iterator<TSentryAuthorizable> |
TListSentryPrivilegesByAuthRequest.getAuthorizableSetIterator() |
Map<TSentryAuthorizable,TSentryPrivilegeMap> |
TListSentryPrivilegesByAuthResponse.getPrivilegesMapByAuth() |
Modifier and Type | Method and Description |
---|---|
void |
TListSentryPrivilegesByAuthRequest.addToAuthorizableSet(TSentryAuthorizable elem) |
int |
TSentryAuthorizable.compareTo(TSentryAuthorizable other) |
boolean |
TSentryAuthorizable.equals(TSentryAuthorizable that) |
void |
TListSentryPrivilegesByAuthResponse.putToPrivilegesMapByAuth(TSentryAuthorizable key,
TSentryPrivilegeMap val) |
void |
TDropPrivilegesRequest.setAuthorizable(TSentryAuthorizable authorizable) |
void |
TListSentryPrivilegesRequest.setAuthorizableHierarchy(TSentryAuthorizable authorizableHierarchy) |
void |
TListSentryPrivilegesForProviderRequest.setAuthorizableHierarchy(TSentryAuthorizable authorizableHierarchy) |
void |
TRenamePrivilegesRequest.setNewAuthorizable(TSentryAuthorizable newAuthorizable) |
void |
TRenamePrivilegesRequest.setOldAuthorizable(TSentryAuthorizable oldAuthorizable) |
Modifier and Type | Method and Description |
---|---|
void |
TListSentryPrivilegesByAuthRequest.setAuthorizableSet(Set<TSentryAuthorizable> authorizableSet) |
void |
TListSentryPrivilegesByAuthResponse.setPrivilegesMapByAuth(Map<TSentryAuthorizable,TSentryPrivilegeMap> privilegesMapByAuth) |
Constructor and Description |
---|
TDropPrivilegesRequest(int protocol_version,
String requestorUserName,
TSentryAuthorizable authorizable) |
TRenamePrivilegesRequest(int protocol_version,
String requestorUserName,
TSentryAuthorizable oldAuthorizable,
TSentryAuthorizable newAuthorizable) |
TSentryAuthorizable(TSentryAuthorizable other)
Performs a deep copy on other.
|
Constructor and Description |
---|
TListSentryPrivilegesByAuthRequest(int protocol_version,
String requestorUserName,
Set<TSentryAuthorizable> authorizableSet) |
Copyright © 2015 Cloudera. All rights reserved.