Class AuthParams

java.lang.Object
org.apache.http.auth.params.AuthParams

@Contract(threading=IMMUTABLE) @Deprecated public final class AuthParams extends Object
Deprecated.
(4.3) use RequestConfig and constructor parameters of AuthSchemeProviders.
An adaptor for manipulating HTTP authentication parameters in HttpParams.
Since:
4.0
  • Method Details

    • getCredentialCharset

      public static String getCredentialCharset(org.apache.http.params.HttpParams params)
      Deprecated.
      Obtains the charset for encoding Credentials.If not configured, HTTP.DEFAULT_PROTOCOL_CHARSETis used instead.
      Returns:
      The charset
    • setCredentialCharset

      public static void setCredentialCharset(org.apache.http.params.HttpParams params, String charset)
      Deprecated.
      Sets the charset to be used when encoding Credentials.
      Parameters:
      charset - The charset