@InterfaceAudience.Private public class ShadeSaslClientAuthenticationProvider extends ShadeSaslAuthenticationProvider implements SaslClientAuthenticationProvider
| Modifier and Type | Class and Description | 
|---|---|
| (package private) static class  | ShadeSaslClientAuthenticationProvider.ShadeSaslClientCallbackHandler | 
METHOD, TOKEN_KIND| Constructor and Description | 
|---|
| ShadeSaslClientAuthenticationProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| SaslClient | createClient(org.apache.hadoop.conf.Configuration conf,
            InetAddress serverAddr,
            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.UserInformationfrom the givenUserGroupInformation | 
getSaslAuthMethod, getTokenKindclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRetry, getRealUser, relogingetSaslAuthMethod, getTokenKindpublic ShadeSaslClientAuthenticationProvider()
public SaslClient createClient(org.apache.hadoop.conf.Configuration conf, InetAddress serverAddr, 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–2021 The Apache Software Foundation. All rights reserved.