Package org.apache.hadoop.security.authentication.client
package org.apache.hadoop.security.authentication.client
-
ClassDescriptionorg.apache.hadoop.security.authentication.client.AuthenticatedURLThe
AuthenticatedURLclass enables the use of the JDKURLclass against HTTP endpoints protected with theAuthenticationFilter.org.apache.hadoop.security.authentication.client.AuthenticatedURL.TokenClient side authentication token.org.apache.hadoop.security.authentication.client.AuthenticationExceptionException thrown when an authentication error occurs.org.apache.hadoop.security.authentication.client.AuthenticatorInterface for client authentication mechanisms.org.apache.hadoop.security.authentication.client.ConnectionConfiguratorInterface to configureHttpURLConnectioncreated byAuthenticatedURLinstances.org.apache.hadoop.security.authentication.client.KerberosAuthenticatorTheKerberosAuthenticatorimplements the Kerberos SPNEGO authentication sequence.org.apache.hadoop.security.authentication.client.PseudoAuthenticatorThePseudoAuthenticatorimplementation provides an authentication equivalent to Hadoop's Simple authentication, it trusts the value of the 'user.name' Java System property.