org.apache.hadoop.hive.ql.security
Class DummyAuthenticator
java.lang.Object
org.apache.hadoop.hive.ql.security.DummyAuthenticator
- All Implemented Interfaces:
- HiveAuthenticationProvider
public class DummyAuthenticator
- extends Object
- implements HiveAuthenticationProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyAuthenticator
public DummyAuthenticator()
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