Uses of Class
io.trino.plugin.hive.metastore.HivePrivilegeInfo
-
-
Uses of HivePrivilegeInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>HiveMetastoreClosure. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description com.google.common.collect.SetMultimap<String,HivePrivilegeInfo>PrincipalPrivileges. getRolePrivileges()com.google.common.collect.SetMultimap<String,HivePrivilegeInfo>PrincipalPrivileges. getUserPrivileges()Set<HivePrivilegeInfo>ForwardingHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>HiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SemiTransactionalHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<HivePrincipal> principal)Methods in io.trino.plugin.hive.metastore with parameters of type HivePrivilegeInfo Modifier and Type Method Description booleanHivePrivilegeInfo. isContainedIn(HivePrivilegeInfo hivePrivilegeInfo)Method parameters in io.trino.plugin.hive.metastore with type arguments of type HivePrivilegeInfo Modifier and Type Method Description static PrincipalPrivilegesPrincipalPrivileges. fromHivePrivilegeInfos(Set<HivePrivilegeInfo> hivePrivileges)Constructor parameters in io.trino.plugin.hive.metastore with type arguments of type HivePrivilegeInfo Constructor Description PrincipalPrivileges(com.google.common.collect.Multimap<String,HivePrivilegeInfo> userPrivileges, com.google.common.collect.Multimap<String,HivePrivilegeInfo> rolePrivileges) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>AlluxioHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>CachingHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return HivePrivilegeInfo Modifier and Type Method Description HivePrivilegeInfoPermissionMetadata. toHivePrivilegeInfo()Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>FileHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>GlueHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description List<HiveMetastoreRecording.Pair<UserTableKey,Set<HivePrivilegeInfo>>>HiveMetastoreRecording.Recording. getTablePrivileges()Set<HivePrivilegeInfo>HiveMetastoreRecording. listTablePrivileges(UserTableKey userTableKey, Supplier<Set<HivePrivilegeInfo>> valueSupplier)Set<HivePrivilegeInfo>RecordingHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive.metastore.recording with type arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>HiveMetastoreRecording. listTablePrivileges(UserTableKey userTableKey, Supplier<Set<HivePrivilegeInfo>> valueSupplier) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>BridgingHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>ThriftHiveMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>ThriftMetastore. listTablePrivileges(String databaseName, String tableName, Optional<String> tableOwner, Optional<HivePrincipal> principal)static Set<HivePrivilegeInfo>ThriftMetastoreUtil. parsePrivilege(org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfo userGrant, Optional<HivePrincipal> grantee)Methods in io.trino.plugin.hive.metastore.thrift with parameters of type HivePrivilegeInfo Modifier and Type Method Description static org.apache.hadoop.hive.metastore.api.PrivilegeGrantInfoThriftMetastoreUtil. toMetastoreApiPrivilegeGrantInfo(HivePrivilegeInfo privilegeInfo) -
Uses of HivePrivilegeInfo in io.trino.plugin.hive.security
Methods in io.trino.plugin.hive.security that return types with arguments of type HivePrivilegeInfo Modifier and Type Method Description Set<HivePrivilegeInfo>SemiTransactionalSqlStandardAccessControlMetastore. listTablePrivileges(ConnectorSecurityContext context, String databaseName, String tableName, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SqlStandardAccessControlMetadataMetastore. listTablePrivileges(String databaseName, String tableName, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SqlStandardAccessControlMetastore. listTablePrivileges(ConnectorSecurityContext context, String databaseName, String tableName, Optional<HivePrincipal> principal)
-