org.brickred.socialauth.plugin.linkedin
Class FeedPluginImpl

java.lang.Object
  extended by org.brickred.socialauth.plugin.linkedin.FeedPluginImpl
All Implemented Interfaces:
Serializable, FeedPlugin, Plugin

public class FeedPluginImpl
extends Object
implements FeedPlugin, Serializable

Feed Plugin implementation for Linkedin

Author:
tarun.nagpal
See Also:
Serialized Form

Constructor Summary
FeedPluginImpl(ProviderSupport providerSupport)
           
 
Method Summary
 List<Feed> getFeeds()
          Returns the list of feed.
 ProviderSupport getProviderSupport()
          Retrieves the provider support object.
 void setProviderSupport(ProviderSupport providerSupport)
          Updates the ProviderSupport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedPluginImpl

public FeedPluginImpl(ProviderSupport providerSupport)
Method Detail

getFeeds

public List<Feed> getFeeds()
                    throws Exception
Returns the list of feed. It returns maximum 250 feeds.

Specified by:
getFeeds in interface FeedPlugin
Returns:
List of feed
Throws:
Exception

getProviderSupport

public ProviderSupport getProviderSupport()
Description copied from interface: Plugin
Retrieves the provider support object. provider support object provides the functionality to make OAuth HTTP call for a given provider.

Specified by:
getProviderSupport in interface Plugin
Returns:

setProviderSupport

public void setProviderSupport(ProviderSupport providerSupport)
Description copied from interface: Plugin
Updates the ProviderSupport

Specified by:
setProviderSupport in interface Plugin
Parameters:
providerSupport - provider support object


Copyright © 2013. All Rights Reserved.