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 HiveAuthenticationProviderHiveExceptionpublic java.util.List<java.lang.String> getGroupNames()
getGroupNames in interface HiveAuthenticationProviderpublic java.lang.String getUserName()
getUserName in interface HiveAuthenticationProviderpublic void setConf(Configuration conf)
public Configuration getConf()
Copyright © 2012 The Apache Software Foundation