| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RequestConfig
   and constructor parameters of
   AuthSchemeProviders.
@Deprecated public interface AuthPNames
Parameter names for HTTP authentication classes.
| Field Summary | |
|---|---|
| static String | CREDENTIAL_CHARSETDeprecated. Defines the charset to be used when encoding Credentials. | 
| static String | PROXY_AUTH_PREFDeprecated. Defines the order of preference for supported AuthSchemes when authenticating with the
  proxy host. | 
| static String | TARGET_AUTH_PREFDeprecated. Defines the order of preference for supported AuthSchemes when authenticating with
  the target host. | 
| Field Detail | 
|---|
static final String CREDENTIAL_CHARSET
Credentials.
 
 This parameter expects a value of type String.
static final String TARGET_AUTH_PREF
AuthSchemes when authenticating with
  the target host.
 
 This parameter expects a value of type Collection. The
 collection is expected to contain String instances representing
 a name of an authentication scheme as returned by
 AuthScheme.getSchemeName().
static final String PROXY_AUTH_PREF
AuthSchemes when authenticating with the
  proxy host.
 
 This parameter expects a value of type Collection. The
 collection is expected to contain String instances representing
 a name of an authentication scheme as returned by
 AuthScheme.getSchemeName().
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||