Package org.apache.hadoop.security.authentication.client
package org.apache.hadoop.security.authentication.client
-
ClassDescriptionThe
AuthenticatedURLclass enables the use of the JDKURLclass against HTTP endpoints protected with theAuthenticationFilter.Client side authentication token.Exception thrown when an authentication error occurs.Interface for client authentication mechanisms.Interface to configureHttpURLConnectioncreated byAuthenticatedURLinstances.TheKerberosAuthenticatorimplements the Kerberos SPNEGO authentication sequence.ThePseudoAuthenticatorimplementation provides an authentication equivalent to Hadoop's Simple authentication, it trusts the value of the 'user.name' Java System property.