org.apache.hive.service.auth
Class KerberosSaslHelper

java.lang.Object
  extended by org.apache.hive.service.auth.KerberosSaslHelper

public class KerberosSaslHelper
extends Object


Constructor Summary
KerberosSaslHelper()
           
 
Method Summary
static org.apache.thrift.TProcessorFactory getKerberosProcessorFactory(HadoopThriftAuthBridge.Server saslServer, ThriftCLIService service)
           
static org.apache.thrift.transport.TTransport getKerberosTransport(String principal, String host, org.apache.thrift.transport.TTransport underlyingTransport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosSaslHelper

public KerberosSaslHelper()
Method Detail

getKerberosProcessorFactory

public static org.apache.thrift.TProcessorFactory getKerberosProcessorFactory(HadoopThriftAuthBridge.Server saslServer,
                                                                              ThriftCLIService service)

getKerberosTransport

public static org.apache.thrift.transport.TTransport getKerberosTransport(String principal,
                                                                          String host,
                                                                          org.apache.thrift.transport.TTransport underlyingTransport)
                                                                   throws SaslException
Throws:
SaslException


Copyright © 2013 The Apache Software Foundation