Interface HiveMetastoreAuthentication

All Known Implementing Classes:
KerberosHiveMetastoreAuthentication, NoHiveMetastoreAuthentication

public interface HiveMetastoreAuthentication
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.thrift.transport.TTransport
    authenticate(org.apache.thrift.transport.TTransport rawTransport, String hiveMetastoreHost, Optional<String> delegationToken)
     
  • Method Details

    • authenticate

      org.apache.thrift.transport.TTransport authenticate(org.apache.thrift.transport.TTransport rawTransport, String hiveMetastoreHost, Optional<String> delegationToken)