@InterfaceAudience.Private public class NettyHBaseSaslRpcClient extends AbstractHBaseSaslRpcClient
| Modifier and Type | Field and Description | 
|---|---|
| private static org.slf4j.Logger | LOG | 
fallbackAllowed, saslClient, saslProps| Constructor and Description | 
|---|
| NettyHBaseSaslRpcClient(org.apache.hadoop.conf.Configuration conf,
                       SaslClientAuthenticationProvider provider,
                       org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
                       InetAddress serverAddr,
                       SecurityInfo securityInfo,
                       boolean fallbackAllowed,
                       String rpcProtection) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSaslQOP() | 
| void | setupSaslHandler(org.apache.hbase.thirdparty.io.netty.channel.ChannelPipeline p) | 
dispose, evaluateChallenge, getInitialResponse, isCompleteprivate static final org.slf4j.Logger LOG
public NettyHBaseSaslRpcClient(org.apache.hadoop.conf.Configuration conf, SaslClientAuthenticationProvider provider, org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token, InetAddress serverAddr, SecurityInfo securityInfo, boolean fallbackAllowed, String rpcProtection) throws IOException
IOExceptionpublic void setupSaslHandler(org.apache.hbase.thirdparty.io.netty.channel.ChannelPipeline p)
public String getSaslQOP()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.