com.atlassian.sal.core.net.auth
Class BaseAuthenticator

java.lang.Object
  extended by com.atlassian.sal.core.net.auth.BaseAuthenticator
All Implemented Interfaces:
Authenticator, HttpClientAuthenticator

public class BaseAuthenticator
extends Object
implements HttpClientAuthenticator


Constructor Summary
BaseAuthenticator(String username, String password)
           
 
Method Summary
 void process(org.apache.commons.httpclient.HttpClient httpClient, org.apache.commons.httpclient.HttpMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAuthenticator

public BaseAuthenticator(String username,
                         String password)
Method Detail

process

public void process(org.apache.commons.httpclient.HttpClient httpClient,
                    org.apache.commons.httpclient.HttpMethod method)
Specified by:
process in interface HttpClientAuthenticator


Copyright © 2011 Atlassian. All Rights Reserved.