com.atlassian.sal.core.net.auth
Class TrustedTokenAuthenticator
java.lang.Object
com.atlassian.sal.core.net.auth.TrustedTokenAuthenticator
- All Implemented Interfaces:
- Authenticator, HttpClientAuthenticator
public class TrustedTokenAuthenticator
- extends Object
- implements HttpClientAuthenticator
|
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 |
TrustedTokenAuthenticator
public TrustedTokenAuthenticator(String username,
CertificateFactory certificateFactory)
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 processmethod - The method type
Copyright © 2010 Atlassian. All Rights Reserved.