org.apache.hadoop.hive.thrift
Class HadoopThriftAuthBridge.Server

java.lang.Object
  extended by org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge.Server
Enclosing class:
HadoopThriftAuthBridge

public abstract static class HadoopThriftAuthBridge.Server
extends Object


Constructor Summary
HadoopThriftAuthBridge.Server()
           
 
Method Summary
abstract  void cancelDelegationToken(String tokenStrForm)
           
abstract  org.apache.thrift.transport.TTransportFactory createTransportFactory()
           
abstract  String getDelegationToken(String renewer)
           
abstract  String getDelegationToken(String renewer, String token_signature)
           
abstract  long renewDelegationToken(String tokenStrForm)
           
abstract  void startDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration conf)
           
abstract  org.apache.thrift.TProcessor wrapProcessor(org.apache.thrift.TProcessor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HadoopThriftAuthBridge.Server

public HadoopThriftAuthBridge.Server()
Method Detail

createTransportFactory

public abstract org.apache.thrift.transport.TTransportFactory createTransportFactory()
                                                                              throws org.apache.thrift.transport.TTransportException
Throws:
org.apache.thrift.transport.TTransportException

wrapProcessor

public abstract org.apache.thrift.TProcessor wrapProcessor(org.apache.thrift.TProcessor processor)

startDelegationTokenSecretManager

public abstract void startDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration conf)
                                                throws IOException
Throws:
IOException

getDelegationToken

public abstract String getDelegationToken(String renewer)
                                   throws IOException
Throws:
IOException

renewDelegationToken

public abstract long renewDelegationToken(String tokenStrForm)
                                   throws IOException
Throws:
IOException

getDelegationToken

public abstract String getDelegationToken(String renewer,
                                          String token_signature)
                                   throws IOException
Throws:
IOException

cancelDelegationToken

public abstract void cancelDelegationToken(String tokenStrForm)
                                    throws IOException
Throws:
IOException


Copyright © 2011 The Apache Software Foundation