| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.client.security | |
| org.apache.hadoop.hbase.shaded.protobuf | 
| Modifier and Type | Method and Description | 
|---|---|
List<SecurityCapability> | 
HBaseAdmin.getSecurityCapabilities()  | 
CompletableFuture<List<SecurityCapability>> | 
AsyncAdmin.getSecurityCapabilities()  | 
List<SecurityCapability> | 
Admin.getSecurityCapabilities()
Return the set of supported security capabilities. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<SecurityCapability> | 
ProtobufUtil.toSecurityCapabilityList(List<org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SecurityCapabilitiesResponse.Capability> capabilities)
Convert SecurityCapabilitiesResponse.Capability to SecurityCapability 
 | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.