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

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

public class OAuthAuthenticationHandler
extends Object
implements AuthenticationHandler

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

Since:
v0.1

Constructor Summary
OAuthAuthenticationHandler(com.sun.jersey.oauth.signature.OAuthParameters oAuthParameters, com.sun.jersey.oauth.signature.OAuthSecrets oAuthSecrets)
           
 
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

OAuthAuthenticationHandler

public OAuthAuthenticationHandler(com.sun.jersey.oauth.signature.OAuthParameters oAuthParameters,
                                  com.sun.jersey.oauth.signature.OAuthSecrets oAuthSecrets)
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 © 2012 Atlassian Pty Ltd. All Rights Reserved.