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, Map<String,String> saslProps)
           
 
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,
                                                                          Map<String,String> saslProps)
                                                                   throws SaslException
Throws:
SaslException


Copyright © 2012 The Apache Software Foundation