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

Example usage for Java org.apache.hadoop.security.authentication.client AuthenticatedURL 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 AuthenticatedURL.

The text is from its open source code.

Field

StringAUTH_COOKIE
Name of the HTTP cookie used for the authentication token between the client and the server.

Constructor

Method

voidextractToken(HttpURLConnection conn, Token token)
Helper method that extracts an authentication token received from a connection.
voidinjectToken(HttpURLConnection conn, Token token)
Helper method that injects an authentication token to send with a connection.
HttpURLConnectionopenConnection(URL url, Token token)
Returns an authenticated HttpURLConnection .