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

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

public class SeraphAuthenticator
extends Object
implements HttpClientAuthenticator


Constructor Summary
SeraphAuthenticator(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

SeraphAuthenticator

public SeraphAuthenticator(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
Parameters:
httpClient -
method -


Copyright © 2015 Atlassian. All rights reserved.