org.apache.hive.service.auth
Class PlainSaslHelper
java.lang.Object
org.apache.hive.service.auth.PlainSaslHelper
public class PlainSaslHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainSaslHelper
public PlainSaslHelper()
getPlainProcessorFactory
public static org.apache.thrift.TProcessorFactory getPlainProcessorFactory(ThriftCLIService service)
getPlainTransportFactory
public static org.apache.thrift.transport.TTransportFactory getPlainTransportFactory(String authTypeStr)
getPlainTransport
public static org.apache.thrift.transport.TTransport getPlainTransport(String userName,
String passwd,
org.apache.thrift.transport.TTransport underlyingTransport)
throws SaslException
- Throws:
SaslException
Copyright © 2013 The Apache Software Foundation