org.apache.shindig.gadgets.uri
Interface OAuthUriManager

All Known Implementing Classes:
DefaultOAuthUriManager

public interface OAuthUriManager

Methods used by the oauth proxy, currently only used for an OAuth callback.


Method Summary
 Uri makeOAuthCallbackUri(String container, String host)
           
 

Method Detail

makeOAuthCallbackUri

Uri makeOAuthCallbackUri(String container,
                         String host)
Returns:
the OAuth Callback Uri on the provided host.


Copyright © 2007-2012. All Rights Reserved.