static class TestSaslClientAuthenticationProviders.ConflictingProvider1 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 |
METHOD1 |
| Constructor and Description |
|---|
ConflictingProvider1() |
| 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 METHOD1
public ConflictingProvider1()
public org.apache.hadoop.hbase.security.provider.SaslAuthMethod getSaslAuthMethod()
getSaslAuthMethod in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProviderpublic String getTokenKind()
getTokenKind in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProviderpublic 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.SaslClientAuthenticationProviderIOExceptionpublic 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.SaslClientAuthenticationProviderCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.