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