org.apache.hadoop.hive.ql.security
Class HadoopDefaultMetastoreAuthenticator
java.lang.Object
org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator
org.apache.hadoop.hive.ql.security.HadoopDefaultMetastoreAuthenticator
- All Implemented Interfaces:
- HiveAuthenticationProvider, HiveMetastoreAuthenticationProvider
public class HadoopDefaultMetastoreAuthenticator
- extends HadoopDefaultAuthenticator
- implements HiveMetastoreAuthenticationProvider
Method Summary |
void |
setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
Allows invoker of HiveMetastoreAuthenticationProvider to send in a
hive metastore handler that can be used to provide data for any
authentication that needs to be done. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HadoopDefaultMetastoreAuthenticator
public HadoopDefaultMetastoreAuthenticator()
setMetaStoreHandler
public void setMetaStoreHandler(HiveMetaStore.HMSHandler handler)
- Description copied from interface:
HiveMetastoreAuthenticationProvider
- Allows invoker of HiveMetastoreAuthenticationProvider to send in a
hive metastore handler that can be used to provide data for any
authentication that needs to be done.
- Specified by:
setMetaStoreHandler
in interface HiveMetastoreAuthenticationProvider
Copyright © 2012 The Apache Software Foundation