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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator
All Implemented Interfaces:
HiveAuthenticationProvider
Direct Known Subclasses:
HadoopDefaultMetastoreAuthenticator

public class HadoopDefaultAuthenticator
extends Object
implements HiveAuthenticationProvider


Constructor Summary
HadoopDefaultAuthenticator()
           
 
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

HadoopDefaultAuthenticator

public HadoopDefaultAuthenticator()
Method Detail

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)

destroy

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

getConf

public Configuration getConf()


Copyright © 2012 The Apache Software Foundation