Class NoHiveMetastoreAuthentication
- java.lang.Object
-
- io.trino.plugin.hive.metastore.thrift.NoHiveMetastoreAuthentication
-
- All Implemented Interfaces:
HiveMetastoreAuthentication
public class NoHiveMetastoreAuthentication extends Object implements HiveMetastoreAuthentication
-
-
Constructor Summary
Constructors Constructor Description NoHiveMetastoreAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.thrift.transport.TTransportauthenticate(org.apache.thrift.transport.TTransport rawTransport, String hiveMetastoreHost, Optional<String> delegationToken)
-
-
-
Method Detail
-
authenticate
public org.apache.thrift.transport.TTransport authenticate(org.apache.thrift.transport.TTransport rawTransport, String hiveMetastoreHost, Optional<String> delegationToken)- Specified by:
authenticatein interfaceHiveMetastoreAuthentication
-
-