com.atlassian.confluence.util.http.httpclient
Class HttpClientAuthenticator

java.lang.Object
  extended bycom.atlassian.confluence.util.http.Authenticator
      extended bycom.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

Field Summary
 
Fields inherited from class com.atlassian.confluence.util.http.Authenticator
SIMPLE_PROPERTIES
 
Constructor Summary
HttpClientAuthenticator()
           
 
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 com.atlassian.confluence.util.http.Authenticator
getProperty, getPropertyNames, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientAuthenticator

public HttpClientAuthenticator()
Method Detail

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)


Confluence is developed by Atlassian.