com.atlassian.confluence.util.http.httpclient
Class BasicAuthenticator
java.lang.Object
com.atlassian.confluence.util.http.Authenticator
com.atlassian.confluence.util.http.httpclient.HttpClientAuthenticator
com.atlassian.confluence.util.http.httpclient.BasicAuthenticator
- All Implemented Interfaces:
- Serializable
public class BasicAuthenticator
- extends HttpClientAuthenticator
- See Also:
- Serialized Form
|
Field Summary |
static org.apache.log4j.Category |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.log4j.Category log
BasicAuthenticator
public BasicAuthenticator()
preprocess
public void preprocess(HttpClient client,
HttpMethod method)
- Overrides:
preprocess in class HttpClientAuthenticator