@InterfaceAudience.Private public class SimpleSaslClientAuthenticationProvider extends SimpleSaslAuthenticationProvider implements SaslClientAuthenticationProvider
SASL_AUTH_METHODAUTH_TOKEN_TYPE| Constructor and Description |
|---|
SimpleSaslClientAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
SaslClient |
createClient(org.apache.hadoop.conf.Configuration conf,
InetAddress serverAddress,
SecurityInfo securityInfo,
org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
boolean fallbackAllowed,
Map<String,String> saslProps)
Creates the SASL client instance for this auth'n method.
|
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation |
getUserInfo(User user)
Constructs a
RPCProtos.UserInformation from the given UserGroupInformation |
getSaslAuthMethodgetTokenKindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRetry, getRealUser, relogingetSaslAuthMethod, getTokenKindpublic SimpleSaslClientAuthenticationProvider()
public SaslClient createClient(org.apache.hadoop.conf.Configuration conf, InetAddress serverAddress, SecurityInfo securityInfo, org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token, boolean fallbackAllowed, Map<String,String> saslProps) throws IOException
SaslClientAuthenticationProvidercreateClient in interface SaslClientAuthenticationProviderIOExceptionpublic org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation getUserInfo(User user)
SaslClientAuthenticationProviderRPCProtos.UserInformation from the given UserGroupInformationgetUserInfo in interface SaslClientAuthenticationProviderCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.