Package org.apache.http.auth.params
Interface AuthPNames
- All Known Subinterfaces:
AllClientPNames
Deprecated.
Parameter names for HTTP authentication classes.
- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.Defines the charset to be used when encodingCredentials
.static final String
Deprecated.Defines the order of preference for supportedAuthScheme
s when authenticating with the proxy host.static final String
Deprecated.Defines the order of preference for supportedAuthScheme
s when authenticating with the target host.
-
Field Details
-
CREDENTIAL_CHARSET
Deprecated.Defines the charset to be used when encodingCredentials
.This parameter expects a value of type
String
.- See Also:
-
TARGET_AUTH_PREF
Deprecated.Defines the order of preference for supportedAuthScheme
s when authenticating with the target host.This parameter expects a value of type
Collection
. The collection is expected to containString
instances representing a name of an authentication scheme as returned byAuthScheme.getSchemeName()
.- See Also:
-
PROXY_AUTH_PREF
Deprecated.Defines the order of preference for supportedAuthScheme
s when authenticating with the proxy host.This parameter expects a value of type
Collection
. The collection is expected to containString
instances representing a name of an authentication scheme as returned byAuthScheme.getSchemeName()
.- See Also:
-
RequestConfig
and constructor parameters ofAuthSchemeProvider
s.