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

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final org.apache.hadoop.hbase.security.provider.SaslAuthMethod
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
     
     
    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

      static final org.apache.hadoop.hbase.security.provider.SaslAuthMethod METHOD1
  • Constructor Details

  • Method Details

    • getSaslAuthMethod

      public org.apache.hadoop.hbase.security.provider.SaslAuthMethod getSaslAuthMethod()
      Specified by:
      getSaslAuthMethod in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
    • getTokenKind

      public String getTokenKind()
      Specified by:
      getTokenKind in interface org.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 interface org.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 interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider