Uses of Class
org.apache.hadoop.hbase.client.security.SecurityCapability

Packages that use SecurityCapability
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.security   
 

Uses of SecurityCapability in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type SecurityCapability
 List<SecurityCapability> HBaseAdmin.getSecurityCapabilities()
          Return the set of supported security capabilities.
 

Uses of SecurityCapability in org.apache.hadoop.hbase.client.security
 

Methods in org.apache.hadoop.hbase.client.security that return SecurityCapability
static SecurityCapability SecurityCapability.valueOf(int value)
           
static SecurityCapability SecurityCapability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecurityCapability[] SecurityCapability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.