Class 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 Detail

      • AuthParamBean

        public AuthParamBean​(HttpParams params)
        Deprecated.
    • Method Detail

      • setCredentialCharset

        public void setCredentialCharset​(java.lang.String charset)
        Deprecated.