org.brickred.socialauth.plugin
Interface Plugin

All Known Subinterfaces:
AlbumsPlugin, FeedPlugin
All Known Implementing Classes:
AlbumsPluginImpl, AlbumsPluginImpl, FeedPluginImpl, FeedPluginImpl, FeedPluginImpl

public interface Plugin

This interface represents the Plugin. All plugins should be inherited from this interface.

Author:
tarun.nagpal

Method Summary
 ProviderSupport getProviderSupport()
          Retrieves the provider support object.
 void setProviderSupport(ProviderSupport providerSupport)
          Updates the ProviderSupport
 

Method Detail

getProviderSupport

ProviderSupport getProviderSupport()
Retrieves the provider support object. provider support object provides the functionality to make OAuth HTTP call for a given provider.

Returns:

setProviderSupport

void setProviderSupport(ProviderSupport providerSupport)
Updates the ProviderSupport

Parameters:
providerSupport - provider support object


Copyright © 2013. All Rights Reserved.