Class HBasePolicyProvider

java.lang.Object
org.apache.hadoop.security.authorize.PolicyProvider
org.apache.hadoop.hbase.security.HBasePolicyProvider

@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

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.apache.hadoop.security.authorize.Service[]
     

    Fields inherited from class org.apache.hadoop.security.authorize.PolicyProvider

    DEFAULT_POLICY_PROVIDER, POLICY_PROVIDER_CONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.security.authorize.Service[]
     
    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
  • Field Details

    • services

      protected static final org.apache.hadoop.security.authorize.Service[] services
  • Constructor Details

  • Method Details

    • 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)