Package org.apache.http.auth.params
Class AuthParams
java.lang.Object
org.apache.http.auth.params.AuthParams
Deprecated.
An adaptor for manipulating HTTP authentication parameters
in
HttpParams.- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCredentialCharset(HttpParams params) Deprecated.Obtains the charset for encodingCredentials.If not configured,HTTP.DEFAULT_PROTOCOL_CHARSETis used instead.static voidsetCredentialCharset(HttpParams params, String charset) Deprecated.Sets the charset to be used when encodingCredentials.
-
Method Details
-
getCredentialCharset
Deprecated.Obtains the charset for encodingCredentials.If not configured,HTTP.DEFAULT_PROTOCOL_CHARSETis used instead.- Returns:
- The charset
-
setCredentialCharset
Deprecated.Sets the charset to be used when encodingCredentials.- Parameters:
charset- The charset
-
RequestConfigand constructor parameters ofAuthSchemeProviders.