public class DummyAuthenticator extends java.lang.Object implements HiveAuthenticationProvider
Constructor and Description |
---|
DummyAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Configuration |
getConf() |
java.util.List<java.lang.String> |
getGroupNames() |
java.lang.String |
getUserName() |
void |
setConf(Configuration conf) |
public void destroy() throws HiveException
destroy
in interface HiveAuthenticationProvider
HiveException
public java.util.List<java.lang.String> getGroupNames()
getGroupNames
in interface HiveAuthenticationProvider
public java.lang.String getUserName()
getUserName
in interface HiveAuthenticationProvider
public void setConf(Configuration conf)
public Configuration getConf()
Copyright © 2012 The Apache Software Foundation