Class KerberosDelegationTokenAuthenticator

java.lang.Object
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
org.apache.hadoop.security.token.delegation.web.KerberosDelegationTokenAuthenticator
All Implemented Interfaces:
org.apache.hadoop.security.authentication.client.Authenticator

@Public @Evolving public class KerberosDelegationTokenAuthenticator extends DelegationTokenAuthenticator
The KerberosDelegationTokenAuthenticator provides support for Kerberos SPNEGO authentication mechanism and support for Hadoop Delegation Token operations.

It falls back to the PseudoDelegationTokenAuthenticator if the HTTP endpoint does not trigger a SPNEGO authentication

  • Constructor Details

    • KerberosDelegationTokenAuthenticator

      public KerberosDelegationTokenAuthenticator()