com.atlassian.jira.rest.client.auth
Class SessionAuthenticationHandler

java.lang.Object
  extended by com.atlassian.jira.rest.client.auth.SessionAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler

public class SessionAuthenticationHandler
extends Object
implements AuthenticationHandler

TODO: Document this class / interface here This class is still under construction. Do not use.

Since:
v0.1

Constructor Summary
SessionAuthenticationHandler(String username, String password)
           
 
Method Summary
 void configure(com.sun.jersey.client.apache.config.ApacheHttpClientConfig apacheHttpClientConfig)
           
 void configure(com.sun.jersey.api.client.filter.Filterable filterable, com.sun.jersey.api.client.Client client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionAuthenticationHandler

public SessionAuthenticationHandler(String username,
                                    String password)
Method Detail

configure

public void configure(com.sun.jersey.client.apache.config.ApacheHttpClientConfig apacheHttpClientConfig)
Specified by:
configure in interface AuthenticationHandler

configure

public void configure(com.sun.jersey.api.client.filter.Filterable filterable,
                      com.sun.jersey.api.client.Client client)
Specified by:
configure in interface AuthenticationHandler


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.