static class TestSaslClientAuthenticationProviders.ConflictingProvider2 extends Object implements org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
Modifier and Type | Field and Description |
---|---|
(package private) static org.apache.hadoop.hbase.security.provider.SaslAuthMethod |
METHOD2 |
Constructor and Description |
---|
ConflictingProvider2() |
Modifier and Type | Method and Description |
---|---|
SaslClient |
createClient(org.apache.hadoop.conf.Configuration conf,
InetAddress serverAddr,
org.apache.hadoop.hbase.security.SecurityInfo securityInfo,
org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token,
boolean fallbackAllowed,
Map<String,String> saslProps) |
org.apache.hadoop.hbase.security.provider.SaslAuthMethod |
getSaslAuthMethod() |
String |
getTokenKind() |
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation |
getUserInfo(org.apache.hadoop.hbase.security.User user) |
static final org.apache.hadoop.hbase.security.provider.SaslAuthMethod METHOD2
public ConflictingProvider2()
public org.apache.hadoop.hbase.security.provider.SaslAuthMethod getSaslAuthMethod()
getSaslAuthMethod
in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
public String getTokenKind()
getTokenKind
in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
public SaslClient createClient(org.apache.hadoop.conf.Configuration conf, InetAddress serverAddr, org.apache.hadoop.hbase.security.SecurityInfo securityInfo, org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token, boolean fallbackAllowed, Map<String,String> saslProps) throws IOException
createClient
in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
IOException
public org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation getUserInfo(org.apache.hadoop.hbase.security.User user)
getUserInfo
in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.