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

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

public class TrustedTokenAuthenticator
extends Object
implements HttpClientAuthenticator


Constructor Summary
TrustedTokenAuthenticator(String username, CertificateFactory certificateFactory)
           
 
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

TrustedTokenAuthenticator

public TrustedTokenAuthenticator(String username,
                                 CertificateFactory certificateFactory)
Method Detail

process

public void process(org.apache.commons.httpclient.HttpClient httpClient,
                    org.apache.commons.httpclient.HttpMethod method)
Specified by:
process in interface HttpClientAuthenticator
Parameters:
httpClient - The client to process
method - The method type


Copyright © 2010 Atlassian. All Rights Reserved.