Class TestSaslClientAuthenticationProviders.ConflictingProvider1
java.lang.Object
org.apache.hadoop.hbase.security.provider.TestSaslClientAuthenticationProviders.ConflictingProvider1
- All Implemented Interfaces:
org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
,org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
- Enclosing class:
- TestSaslClientAuthenticationProviders
static class TestSaslClientAuthenticationProviders.ConflictingProvider1
extends Object
implements org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
Field Summary
Modifier and TypeFieldDescription(package private) static final org.apache.hadoop.hbase.security.provider.SaslAuthMethod
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateClient
(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
org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation
getUserInfo
(org.apache.hadoop.hbase.security.User user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
canRetry, createClient, getRealUser, relogin
-
Field Details
-
METHOD1
-
-
Constructor Details
-
ConflictingProvider1
public ConflictingProvider1()
-
-
Method Details
-
getSaslAuthMethod
- Specified by:
getSaslAuthMethod
in interfaceorg.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
-
getTokenKind
- Specified by:
getTokenKind
in interfaceorg.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
-
createClient
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- Specified by:
createClient
in interfaceorg.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
- Throws:
IOException
-
getUserInfo
public org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation getUserInfo(org.apache.hadoop.hbase.security.User user) - Specified by:
getUserInfo
in interfaceorg.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-