Uses of Class
io.trino.plugin.hive.metastore.thrift.MetastoreKerberosConfig
Packages that use MetastoreKerberosConfig
-
Uses of MetastoreKerberosConfig in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return MetastoreKerberosConfigModifier and TypeMethodDescriptionMetastoreKerberosConfig.setHiveMetastoreClientCredentialCacheLocation(String hiveMetastoreCredentialCachePath) MetastoreKerberosConfig.setHiveMetastoreClientKeytab(String hiveMetastoreClientKeytab) MetastoreKerberosConfig.setHiveMetastoreClientPrincipal(String hiveMetastoreClientPrincipal) MetastoreKerberosConfig.setHiveMetastoreServicePrincipal(String hiveMetastoreServicePrincipal) Methods in io.trino.plugin.hive.metastore.thrift with parameters of type MetastoreKerberosConfigModifier and TypeMethodDescriptionThriftMetastoreAuthenticationModule.KerberosHiveMetastoreAuthenticationModule.createKerberosAuthentication(MetastoreKerberosConfig config) Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type MetastoreKerberosConfigModifierConstructorDescriptionKerberosHiveMetastoreAuthentication(MetastoreKerberosConfig config, CachingKerberosAuthentication authentication)