| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthMethod | |
|---|---|
| org.apache.hadoop.hbase.security | |
| Uses of AuthMethod in org.apache.hadoop.hbase.security | 
|---|
| Methods in org.apache.hadoop.hbase.security that return AuthMethod | |
|---|---|
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.  | 
| Constructors in org.apache.hadoop.hbase.security with parameters of type AuthMethod | |
|---|---|
HBaseSaslRpcClient(AuthMethod method,
                   org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                   String serverPrincipal,
                   boolean fallbackAllowed)
Create a HBaseSaslRpcClient for an authentication method  | 
|
HBaseSaslRpcClient(AuthMethod method,
                   org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                   String serverPrincipal,
                   boolean fallbackAllowed,
                   String rpcProtection)
Create a HBaseSaslRpcClient for an authentication method  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||