Package org.apache.http.auth.params
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) useRequestConfigand constructor parameters ofAuthSchemeProviders.This is a Java Bean class that can be used to wrap an instance ofHttpParamsand manipulate HTTP authentication parameters using Java Beans conventions.- Since:
 - 4.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthParamBean(HttpParams params)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetCredentialCharset(java.lang.String charset)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
AuthParamBean
public AuthParamBean(HttpParams params)
Deprecated. 
 - 
 
 -