public class GrantInfo extends Object
| Constructor and Description |
|---|
GrantInfo(PrivilegeInfo privilegeInfo,
PrestoPrincipal grantee,
SchemaTableName schemaTableName,
Optional<PrestoPrincipal> grantor,
Optional<Boolean> withHierarchy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PrestoPrincipal |
getGrantee() |
Optional<PrestoPrincipal> |
getGrantor() |
PrivilegeInfo |
getPrivilegeInfo() |
SchemaTableName |
getSchemaTableName() |
Optional<Boolean> |
getWithHierarchy() |
int |
hashCode() |
public GrantInfo(PrivilegeInfo privilegeInfo, PrestoPrincipal grantee, SchemaTableName schemaTableName, Optional<PrestoPrincipal> grantor, Optional<Boolean> withHierarchy)
public PrivilegeInfo getPrivilegeInfo()
public PrestoPrincipal getGrantee()
public SchemaTableName getSchemaTableName()
public Optional<PrestoPrincipal> getGrantor()
Copyright © 2012–2022. All rights reserved.