org.apache.hadoop.hbase.security
Class HBasePolicyProvider
java.lang.Object
org.apache.hadoop.security.authorize.PolicyProvider
org.apache.hadoop.hbase.security.HBasePolicyProvider
@InterfaceAudience.Private
public class HBasePolicyProvider
- extends org.apache.hadoop.security.authorize.PolicyProvider
Implementation of secure Hadoop policy provider for mapping
protocol interfaces to hbase-policy.xml entries.
Field Summary |
protected static org.apache.hadoop.security.authorize.Service[] |
services
|
Fields inherited from class org.apache.hadoop.security.authorize.PolicyProvider |
DEFAULT_POLICY_PROVIDER, POLICY_PROVIDER_CONFIG |
Method Summary |
org.apache.hadoop.security.authorize.Service[] |
getServices()
|
static void |
init(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.security.authorize.ServiceAuthorizationManager authManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
services
protected static final org.apache.hadoop.security.authorize.Service[] services
HBasePolicyProvider
public HBasePolicyProvider()
getServices
public org.apache.hadoop.security.authorize.Service[] getServices()
- Specified by:
getServices
in class org.apache.hadoop.security.authorize.PolicyProvider
init
public static void init(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.security.authorize.ServiceAuthorizationManager authManager)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.