org.apache.hadoop.hive.ql.security
Class DummyAuthenticator

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.DummyAuthenticator
All Implemented Interfaces:
HiveAuthenticationProvider

public class DummyAuthenticator
extends Object
implements HiveAuthenticationProvider


Constructor Summary
DummyAuthenticator()
           
 
Method Summary
 void destroy()
           
 Configuration getConf()
           
 List<String> getGroupNames()
           
 String getUserName()
           
 void setConf(Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyAuthenticator

public DummyAuthenticator()
Method Detail

destroy

public void destroy()
             throws HiveException
Specified by:
destroy in interface HiveAuthenticationProvider
Throws:
HiveException

getGroupNames

public List<String> getGroupNames()
Specified by:
getGroupNames in interface HiveAuthenticationProvider

getUserName

public String getUserName()
Specified by:
getUserName in interface HiveAuthenticationProvider

setConf

public void setConf(Configuration conf)

getConf

public Configuration getConf()


Copyright © 2012 The Apache Software Foundation