com.atlassian.confluence.util.http.httpclient
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, DefaultSeraphAuthenticator
- public abstract class HttpClientAuthenticator
- extends Authenticator
- See Also:
- Serialized Form
Method Summary |
org.apache.commons.httpclient.HttpMethod |
makeMethod(org.apache.commons.httpclient.HttpClient client,
String url)
|
void |
preprocess(org.apache.commons.httpclient.HttpClient client,
org.apache.commons.httpclient.HttpMethod method)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientAuthenticator
public HttpClientAuthenticator()
makeMethod
public org.apache.commons.httpclient.HttpMethod makeMethod(org.apache.commons.httpclient.HttpClient client,
String url)
preprocess
public void preprocess(org.apache.commons.httpclient.HttpClient client,
org.apache.commons.httpclient.HttpMethod method)