Java org.apache.hadoop.security.authentication.client Authenticator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.security.authentication.client Authenticator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.security.authentication.client Authenticator.

The text is from its open source code.

Implementation

org.apache.hadoop.security.authentication.client.Authenticator has the following implementations.
Click this link to see all its implementation.

Method

voidauthenticate(URL url, AuthenticatedURL.Token token)
Authenticates against a URL and returns a AuthenticatedURL.Token to be used by subsequent requests.
voidsetConnectionConfigurator(ConnectionConfigurator configurator)
Sets a ConnectionConfigurator instance to use for configuring connections.