public interface HiveAuthenticationProvider
extends org.apache.hadoop.conf.Configurable
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
List<String> |
getGroupNames() |
String |
getUserName() |
void |
setSessionState(SessionState ss)
This function is meant to be used only for hive internal implementations of this interface.
|
String getUserName()
void destroy() throws HiveException
HiveException
void setSessionState(SessionState ss)
ss
- SessionState that created this instanceCopyright © 2017 The Apache Software Foundation. All rights reserved.