Package org.apache.hadoop.security.authentication.client


package org.apache.hadoop.security.authentication.client
  • Class
    Description
    org.apache.hadoop.security.authentication.client.AuthenticatedURL
    The AuthenticatedURL class enables the use of the JDK URL class against HTTP endpoints protected with the AuthenticationFilter.
    org.apache.hadoop.security.authentication.client.AuthenticatedURL.Token
    Client side authentication token.
    org.apache.hadoop.security.authentication.client.AuthenticationException
    Exception thrown when an authentication error occurs.
    org.apache.hadoop.security.authentication.client.Authenticator
    Interface for client authentication mechanisms.
    org.apache.hadoop.security.authentication.client.ConnectionConfigurator
    Interface to configure HttpURLConnection created by AuthenticatedURL instances.
    org.apache.hadoop.security.authentication.client.KerberosAuthenticator
    The KerberosAuthenticator implements the Kerberos SPNEGO authentication sequence.
    org.apache.hadoop.security.authentication.client.PseudoAuthenticator
    The PseudoAuthenticator implementation provides an authentication equivalent to Hadoop's Simple authentication, it trusts the value of the 'user.name' Java System property.