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

java.lang.Object
  extended by com.atlassian.confluence.util.http.Authenticator
      extended by com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasicAuthenticator, DefaultSeraphAuthenticator, TrustedTokenAuthenticator

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
 HttpMethod makeMethod(HttpClient client, String url)
           
 void preprocess(HttpClient client, 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 HttpMethod makeMethod(HttpClient client,
                             String url)

preprocess

public void preprocess(HttpClient client,
                       HttpMethod method)


Confluence is developed by Atlassian.