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
FieldsModifier and TypeFieldDescription(package private) static final org.apache.hadoop.hbase.security.provider.SaslAuthMethod -
Constructor Summary
Constructors -
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.SaslAuthMethodorg.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformationgetUserInfo(org.apache.hadoop.hbase.security.User user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getSaslAuthMethodin interfaceorg.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
-
getTokenKind
- Specified by:
getTokenKindin 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:
createClientin 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:
getUserInfoin interfaceorg.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-