|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityCapability | |
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client |
| org.apache.hadoop.hbase.client.security | |
| org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
| 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. |
| Uses of SecurityCapability in org.apache.hadoop.hbase.protobuf |
|---|
| Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type SecurityCapability | |
|---|---|
static List<SecurityCapability> |
ProtobufUtil.toSecurityCapabilityList(List<org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SecurityCapabilitiesResponse.Capability> capabilities)
Convert SecurityCapabilitiesResponse.Capability to SecurityCapability |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||