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 StringDeprecated.Defines the charset to be used when encodingCredentials.static final StringDeprecated.Defines the order of preference for supportedAuthSchemes when authenticating with the proxy host.static final StringDeprecated.Defines the order of preference for supportedAuthSchemes 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 supportedAuthSchemes when authenticating with the target host.This parameter expects a value of type
Collection. The collection is expected to containStringinstances representing a name of an authentication scheme as returned byAuthScheme.getSchemeName().- See Also:
-
PROXY_AUTH_PREF
Deprecated.Defines the order of preference for supportedAuthSchemes when authenticating with the proxy host.This parameter expects a value of type
Collection. The collection is expected to containStringinstances representing a name of an authentication scheme as returned byAuthScheme.getSchemeName().- See Also:
-
RequestConfigand constructor parameters ofAuthSchemeProviders.