Package | Description |
---|---|
org.apache.hadoop.hbase.security |
Modifier and Type | Method and Description |
---|---|
static AuthMethod |
AuthMethod.read(DataInput in)
Read from in
|
static AuthMethod |
AuthMethod.valueOf(byte code)
Return the object represented by the code.
|
static AuthMethod |
AuthMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthMethod[] |
AuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.