org.apache.hadoop.hive.ql.security
Interface HiveAuthenticationProvider
- All Known Subinterfaces:
- HiveMetastoreAuthenticationProvider
- All Known Implementing Classes:
- DummyAuthenticator, HadoopDefaultAuthenticator, HadoopDefaultMetastoreAuthenticator, InjectableDummyAuthenticator
public interface HiveAuthenticationProvider
HiveAuthenticationProvider is an interface for authentication. The
implementation should return userNames and groupNames.
getUserName
String getUserName()
getGroupNames
List<String> getGroupNames()
destroy
void destroy()
throws HiveException
- Throws:
HiveException
Copyright © 2012 The Apache Software Foundation