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, String tableOwner, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidHiveMetastoreClosure. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidHiveMetastoreClosure. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges) -
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()List<RecordingHiveMetastore.Pair<UserTableKey,Set<HivePrivilegeInfo>>>RecordingHiveMetastore.Recording. getTablePrivileges()com.google.common.collect.SetMultimap<String,HivePrivilegeInfo>PrincipalPrivileges. getUserPrivileges()Set<HivePrivilegeInfo>HiveMetastore. listTablePrivileges(String databaseName, String tableName, String tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>RecordingHiveMetastore. listTablePrivileges(String databaseName, String tableName, String tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SemiTransactionalHiveMetastore. listTablePrivileges(HiveIdentity identity, 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)voidHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidRecordingHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidSemiTransactionalHiveMetastore. grantTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidRecordingHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidSemiTransactionalHiveMetastore. revokeTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)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, String tableOwner, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive.metastore.alluxio with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidAlluxioHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidAlluxioHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges) -
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, String tableOwner, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive.metastore.cache with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidCachingHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidCachingHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges) -
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, String tableOwner, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive.metastore.file with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidFileHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidFileHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges) -
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, String tableOwner, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive.metastore.glue with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidGlueHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidGlueHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges) -
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, String tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>ThriftHiveMetastore. listTablePrivileges(String databaseName, String tableName, String tableOwner, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>ThriftMetastore. listTablePrivileges(String databaseName, String tableName, 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)Method parameters in io.trino.plugin.hive.metastore.thrift with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidBridgingHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidThriftHiveMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidThriftMetastore. grantTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidBridgingHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidThriftHiveMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidThriftMetastore. revokeTablePrivileges(String databaseName, String tableName, String tableOwner, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges) -
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, HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SqlStandardAccessControlMetadataMetastore. listTablePrivileges(HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SqlStandardAccessControlMetastore. listTablePrivileges(ConnectorSecurityContext context, HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)Method parameters in io.trino.plugin.hive.security with type arguments of type HivePrivilegeInfo Modifier and Type Method Description voidSqlStandardAccessControlMetadataMetastore. grantTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)voidSqlStandardAccessControlMetadataMetastore. revokeTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)
-