Class KerberosUgiAuthenticator

java.lang.Object
org.apache.hadoop.security.authentication.client.KerberosAuthenticator
org.apache.hadoop.hdfs.web.KerberosUgiAuthenticator
All Implemented Interfaces:
org.apache.hadoop.security.authentication.client.Authenticator

public class KerberosUgiAuthenticator extends org.apache.hadoop.security.authentication.client.KerberosAuthenticator
Use UserGroupInformation as a fallback authenticator if the server does not use Kerberos SPNEGO HTTP authentication.
  • Field Summary

    Fields inherited from class org.apache.hadoop.security.authentication.client.KerberosAuthenticator

    AUTHORIZATION, NEGOTIATE, WWW_AUTHENTICATE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.security.authentication.client.Authenticator
     

    Methods inherited from class org.apache.hadoop.security.authentication.client.KerberosAuthenticator

    authenticate, setConnectionConfigurator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KerberosUgiAuthenticator

      public KerberosUgiAuthenticator()
  • Method Details

    • getFallBackAuthenticator

      protected org.apache.hadoop.security.authentication.client.Authenticator getFallBackAuthenticator()
      Overrides:
      getFallBackAuthenticator in class org.apache.hadoop.security.authentication.client.KerberosAuthenticator