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

java.lang.Object
  extended by org.apache.shindig.gadgets.oauth.OAuthFetcherFactory
      extended by com.atlassian.gadgets.renderer.internal.oauth.AtlassianOAuthFetcherFactory

public class AtlassianOAuthFetcherFactory
extends org.apache.shindig.gadgets.oauth.OAuthFetcherFactory

Override the default Shindig OAuthFetcherFactory to return our own AtlassianOAuthFetcher instead of the regular OAuthFetcher.


Field Summary
 
Fields inherited from class org.apache.shindig.gadgets.oauth.OAuthFetcherFactory
fetcherConfig
 
Constructor Summary
protected AtlassianOAuthFetcherFactory(org.apache.shindig.gadgets.oauth.OAuthFetcherConfig fetcherConfig, com.atlassian.oauth.consumer.ConsumerService consumerService)
           
 
Method Summary
 org.apache.shindig.gadgets.oauth.OAuthFetcher getOAuthFetcher(org.apache.shindig.gadgets.http.HttpFetcher nextFetcher, org.apache.shindig.gadgets.http.HttpRequest request)
          Returns an AtlassianOAuthFetcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtlassianOAuthFetcherFactory

protected AtlassianOAuthFetcherFactory(org.apache.shindig.gadgets.oauth.OAuthFetcherConfig fetcherConfig,
                                       com.atlassian.oauth.consumer.ConsumerService consumerService)
Method Detail

getOAuthFetcher

public org.apache.shindig.gadgets.oauth.OAuthFetcher getOAuthFetcher(org.apache.shindig.gadgets.http.HttpFetcher nextFetcher,
                                                                     org.apache.shindig.gadgets.http.HttpRequest request)
                                                              throws org.apache.shindig.gadgets.GadgetException
Returns an AtlassianOAuthFetcher

Overrides:
getOAuthFetcher in class org.apache.shindig.gadgets.oauth.OAuthFetcherFactory
Throws:
org.apache.shindig.gadgets.GadgetException


Copyright © 2009 Atlassian. All Rights Reserved.