| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. | 
| org.apache.hadoop.hbase.security | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AuthMethod | RpcConnection. authMethod | 
| protected AuthMethod | ServerRpcConnection. authMethod | 
| 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. | 
| Constructor and Description | 
|---|
| AbstractHBaseSaslRpcClient(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 | 
| AbstractHBaseSaslRpcClient(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 | 
| HBaseSaslRpcClient(AuthMethod method,
                  org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                  String serverPrincipal,
                  boolean fallbackAllowed) | 
| HBaseSaslRpcClient(AuthMethod method,
                  org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                  String serverPrincipal,
                  boolean fallbackAllowed,
                  String rpcProtection,
                  boolean initStreamForCrypto) | 
| HBaseSaslRpcServer(AuthMethod method,
                  Map<String,String> saslProps,
                  org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager) | 
| NettyHBaseSaslRpcClient(AuthMethod method,
                       org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                       String serverPrincipal,
                       boolean fallbackAllowed,
                       String rpcProtection) | 
| NettyHBaseSaslRpcClientHandler(org.apache.hbase.thirdparty.io.netty.util.concurrent.Promise<Boolean> saslPromise,
                              org.apache.hadoop.security.UserGroupInformation ugi,
                              AuthMethod method,
                              org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                              String serverPrincipal,
                              boolean fallbackAllowed,
                              org.apache.hadoop.conf.Configuration conf) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.