Uses of Class
org.apache.hadoop.hbase.security.HBaseSaslRpcServer.AuthMethod

Packages that use HBaseSaslRpcServer.AuthMethod
org.apache.hadoop.hbase.security   
 

Uses of HBaseSaslRpcServer.AuthMethod in org.apache.hadoop.hbase.security
 

Methods in org.apache.hadoop.hbase.security that return HBaseSaslRpcServer.AuthMethod
static HBaseSaslRpcServer.AuthMethod HBaseSaslRpcServer.AuthMethod.read(DataInput in)
          Read from in
static HBaseSaslRpcServer.AuthMethod HBaseSaslRpcServer.AuthMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HBaseSaslRpcServer.AuthMethod[] HBaseSaslRpcServer.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 HBaseSaslRpcServer.AuthMethod
HBaseSaslRpcClient(HBaseSaslRpcServer.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
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.