org.brickred.socialauth.plugin.linkedin
Class CareerPluginImpl

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

public class CareerPluginImpl
extends Object
implements CareerPlugin, Serializable

Career plugin implementation for linkedin

Author:
tarun.nagpal
See Also:
Serialized Form

Constructor Summary
CareerPluginImpl(ProviderSupport providerSupport)
           
 
Method Summary
 Career getCareerDetails()
           
 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

CareerPluginImpl

public CareerPluginImpl(ProviderSupport providerSupport)
Method Detail

getCareerDetails

public Career getCareerDetails()
                        throws Exception
Specified by:
getCareerDetails in interface CareerPlugin
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 © 2014. All rights reserved.