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 SummaryFieldsModifier and TypeFieldDescription(package private) static final org.apache.hadoop.hbase.security.provider.SaslAuthMethod
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvidercanRetry, createClient, getRealUser, relogin
- 
Field Details- 
METHOD1
 
- 
- 
Constructor Details- 
ConflictingProvider1public ConflictingProvider1()
 
- 
- 
Method Details- 
getSaslAuthMethod- Specified by:
- getSaslAuthMethodin interface- org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
 
- 
getTokenKind- Specified by:
- getTokenKindin interface- org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
 
- 
createClientpublic 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 interface- org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
- Throws:
- IOException
 
- 
getUserInfopublic org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.UserInformation getUserInfo(org.apache.hadoop.hbase.security.User user) - Specified by:
- getUserInfoin interface- org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
 
 
-