com.atlassian.gadgets.renderer.internal.oauth
Class AtlassianOAuthFetcher

java.lang.Object
  extended by org.apache.shindig.gadgets.ChainedContentFetcher
      extended by org.apache.shindig.gadgets.oauth.OAuthFetcher
          extended by com.atlassian.gadgets.renderer.internal.oauth.AtlassianOAuthFetcher
All Implemented Interfaces:
org.apache.shindig.gadgets.http.HttpFetcher

public class AtlassianOAuthFetcher
extends org.apache.shindig.gadgets.oauth.OAuthFetcher


Field Summary
 
Fields inherited from class org.apache.shindig.gadgets.oauth.OAuthFetcher
ALLOWED_PARAM_NAME, clientState, fetcherConfig, OPENSOCIAL_APPID, OPENSOCIAL_APPURL, OPENSOCIAL_OWNERID, OPENSOCIAL_PROXIED_CONTENT, OPENSOCIAL_VIEWERID, responseParams, XOAUTH_APP_URL, XOAUTH_PUBLIC_KEY
 
Fields inherited from class org.apache.shindig.gadgets.ChainedContentFetcher
nextFetcher
 
Constructor Summary
AtlassianOAuthFetcher(com.atlassian.oauth.consumer.ConsumerService consumerService, org.apache.shindig.gadgets.oauth.OAuthFetcherConfig fetcherConfig, org.apache.shindig.gadgets.http.HttpFetcher nextFetcher, org.apache.shindig.gadgets.http.HttpRequest request)
           
 
Method Summary
protected  net.oauth.OAuthMessage sign(net.oauth.OAuthAccessor accessor, String httpMethod, String uri, List<net.oauth.OAuth.Parameter> params)
           
 
Methods inherited from class org.apache.shindig.gadgets.oauth.OAuthFetcher
fetch, sanitizeAndSign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtlassianOAuthFetcher

public AtlassianOAuthFetcher(com.atlassian.oauth.consumer.ConsumerService consumerService,
                             org.apache.shindig.gadgets.oauth.OAuthFetcherConfig fetcherConfig,
                             org.apache.shindig.gadgets.http.HttpFetcher nextFetcher,
                             org.apache.shindig.gadgets.http.HttpRequest request)
Method Detail

sign

protected net.oauth.OAuthMessage sign(net.oauth.OAuthAccessor accessor,
                                      String httpMethod,
                                      String uri,
                                      List<net.oauth.OAuth.Parameter> params)
                               throws net.oauth.OAuthException
Overrides:
sign in class org.apache.shindig.gadgets.oauth.OAuthFetcher
Throws:
net.oauth.OAuthException


Copyright © 2011 Atlassian. All Rights Reserved.