Class ThriftMetastoreAuthenticationModule.KerberosHiveMetastoreAuthenticationModule
- java.lang.Object
-
- io.trino.plugin.hive.metastore.thrift.ThriftMetastoreAuthenticationModule.KerberosHiveMetastoreAuthenticationModule
-
- All Implemented Interfaces:
com.google.inject.Module
- Enclosing class:
- ThriftMetastoreAuthenticationModule
public static class ThriftMetastoreAuthenticationModule.KerberosHiveMetastoreAuthenticationModule extends Object implements com.google.inject.Module
-
-
Constructor Summary
Constructors Constructor Description KerberosHiveMetastoreAuthenticationModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)HadoopAuthenticationcreateHadoopAuthentication(MetastoreKerberosConfig config, HdfsConfigurationInitializer updater)
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
createHadoopAuthentication
@Provides public HadoopAuthentication createHadoopAuthentication(MetastoreKerberosConfig config, HdfsConfigurationInitializer updater)
-
-