Uses of Class
io.trino.plugin.hive.authentication.MetastoreKerberosConfig
-
Packages that use MetastoreKerberosConfig Package Description io.trino.plugin.hive.authentication io.trino.plugin.hive.metastore.thrift -
-
Uses of MetastoreKerberosConfig in io.trino.plugin.hive.authentication
Methods in io.trino.plugin.hive.authentication that return MetastoreKerberosConfig Modifier and Type Method Description MetastoreKerberosConfigMetastoreKerberosConfig. setHiveMetastoreClientKeytab(String hiveMetastoreClientKeytab)MetastoreKerberosConfigMetastoreKerberosConfig. setHiveMetastoreClientPrincipal(String hiveMetastoreClientPrincipal)MetastoreKerberosConfigMetastoreKerberosConfig. setHiveMetastoreServicePrincipal(String hiveMetastoreServicePrincipal) -
Uses of MetastoreKerberosConfig in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift with parameters of type MetastoreKerberosConfig Modifier and Type Method Description HadoopAuthenticationThriftMetastoreAuthenticationModule.KerberosHiveMetastoreAuthenticationModule. createHadoopAuthentication(MetastoreKerberosConfig config, HdfsConfigurationInitializer updater)Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type MetastoreKerberosConfig Constructor Description KerberosHiveMetastoreAuthentication(MetastoreKerberosConfig config, HadoopAuthentication authentication)
-