Class HttpClientAuthenticator
- java.lang.Object
 - 
- com.atlassian.confluence.util.http.Authenticator
 - 
- com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 BasicAuthenticator
@Deprecated(forRemoval=true) public abstract class HttpClientAuthenticator extends Authenticator
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0.1 will be removed in 9.0- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.atlassian.confluence.util.http.Authenticator
SIMPLE_PROPERTIES 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HttpClientAuthenticator()Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.commons.httpclient.HttpMethodmakeMethod(org.apache.commons.httpclient.HttpClient client, String url)Deprecated, for removal: This API element is subject to removal in a future version.voidpreprocess(org.apache.commons.httpclient.HttpClient client, org.apache.commons.httpclient.HttpMethod method)Deprecated, for removal: This API element is subject to removal in a future version.- 
Methods inherited from class com.atlassian.confluence.util.http.Authenticator
getProperty, getPropertyNames, setProperty 
 - 
 
 - 
 
- 
- 
Method Detail
- 
makeMethod
public org.apache.commons.httpclient.HttpMethod makeMethod(org.apache.commons.httpclient.HttpClient client, String url)Deprecated, for removal: This API element is subject to removal in a future version. 
- 
preprocess
public void preprocess(org.apache.commons.httpclient.HttpClient client, org.apache.commons.httpclient.HttpMethod method)Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
 -