Class AuthParamBean

java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.auth.params.AuthParamBean

@Deprecated public class AuthParamBean extends HttpAbstractParamBean
Deprecated.
(4.3) use RequestConfig and constructor parameters of AuthSchemeProviders.
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP authentication parameters using Java Beans conventions.
Since:
4.0
  • Constructor Details

    • AuthParamBean

      public AuthParamBean(HttpParams params)
      Deprecated.
  • Method Details

    • setCredentialCharset

      public void setCredentialCharset(String charset)
      Deprecated.