Uses of Interface
io.trino.plugin.hive.authentication.HadoopAuthentication
-
Packages that use HadoopAuthentication Package Description io.trino.plugin.hive.authentication io.trino.plugin.hive.metastore.thrift -
-
Uses of HadoopAuthentication in io.trino.plugin.hive.authentication
Classes in io.trino.plugin.hive.authentication that implement HadoopAuthentication Modifier and Type Class Description classCachingKerberosHadoopAuthenticationclassKerberosHadoopAuthenticationclassSimpleHadoopAuthenticationMethods in io.trino.plugin.hive.authentication that return HadoopAuthentication Modifier and Type Method Description static HadoopAuthenticationAuthenticationModules. createCachingKerberosHadoopAuthentication(String principal, String keytabLocation, HdfsConfigurationInitializer updater)Constructors in io.trino.plugin.hive.authentication with parameters of type HadoopAuthentication Constructor Description DirectHdfsAuthentication(HadoopAuthentication hadoopAuthentication)ImpersonatingHdfsAuthentication(HadoopAuthentication hadoopAuthentication, UserNameProvider userNameProvider) -
Uses of HadoopAuthentication in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift that return HadoopAuthentication Modifier and Type Method Description HadoopAuthenticationThriftMetastoreAuthenticationModule.KerberosHiveMetastoreAuthenticationModule. createHadoopAuthentication(MetastoreKerberosConfig config, HdfsConfigurationInitializer updater)Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type HadoopAuthentication Constructor Description KerberosHiveMetastoreAuthentication(MetastoreKerberosConfig config, HadoopAuthentication authentication)KerberosHiveMetastoreAuthentication(String hiveMetastoreServicePrincipal, HadoopAuthentication authentication)
-