com.atlassian.jira.rest.client
Interface AuthenticationHandler

All Known Implementing Classes:
AnonymousAuthenticationHandler, BasicHttpAuthenticationHandler, OAuthAuthenticationHandler, SessionAuthenticationHandler

public interface AuthenticationHandler

TODO: Document this class / interface here

Since:
v0.1

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)
           
 

Method Detail

configure

void configure(com.sun.jersey.client.apache.config.ApacheHttpClientConfig apacheHttpClientConfig)

configure

void configure(com.sun.jersey.api.client.filter.Filterable filterable,
               com.sun.jersey.api.client.Client client)


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.