Also: HttpClient
public interface

AuthPNames

org.apache.http.auth.params.AuthPNames
Known Indirect Subclasses

Class Overview

Parameter names for HTTP authentication classes.

Summary

Constants
String CREDENTIAL_CHARSET Defines the charset to be used when encoding Credentials.
String PROXY_AUTH_PREF Defines the order of preference for supported AuthSchemes when authenticating with the proxy host.
String TARGET_AUTH_PREF Defines the order of preference for supported AuthSchemes when authenticating with the target host.

Constants

public static final String CREDENTIAL_CHARSET

Also: HttpClient

Defines the charset to be used when encoding Credentials.

This parameter expects a value of type String.

Constant Value: "http.auth.credential-charset"

public static final String PROXY_AUTH_PREF

Also: HttpClient

Defines the order of preference for supported AuthSchemes when authenticating with the proxy host.

This parameter expects a value of type java.util.Collection. The collection is expected to contain String instances representing a name of an authentication scheme as returned by getSchemeName().

Constant Value: "http.auth.proxy-scheme-pref"

public static final String TARGET_AUTH_PREF

Also: HttpClient

Defines the order of preference for supported AuthSchemes when authenticating with the target host.

This parameter expects a value of type java.util.Collection. The collection is expected to contain String instances representing a name of an authentication scheme as returned by getSchemeName().

Constant Value: "http.auth.target-scheme-pref"