org.brickred.socialauth.plugin.linkedin
Class CareerPluginImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CareerPluginImpl
public CareerPluginImpl(ProviderSupport providerSupport)
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.