org.jboss.seam.social.linkedin
Class LinkedInJackson
java.lang.Object
org.jboss.seam.social.core.OAuthServiceBase
org.jboss.seam.social.core.OAuthServiceJackson
org.jboss.seam.social.linkedin.LinkedInJackson
- All Implemented Interfaces:
- Serializable, HasStatus, OAuthService, LinkedIn
public class LinkedInJackson
- extends OAuthServiceJackson
- implements LinkedIn
- Author:
- Antoine Sabot-Durand, Craig Walls
- See Also:
- Serialized Form
| Fields inherited from interface org.jboss.seam.social.linkedin.LinkedIn |
TYPE |
| Methods inherited from class org.jboss.seam.social.core.OAuthServiceBase |
equals, getAccessToken, getAuthorizationUrl, getName, getRequestToken, getSession, getSettings, getStatus, getVerifier, getVerifierParamName, hashCode, initAccessToken, isConnected, requireAuthorization, resetConnection, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedXmlRequest, setAccessToken, setAccessToken, setSession, setSettings, setStatus, setVerifier, toString |
| Methods inherited from interface org.jboss.seam.social.core.OAuthService |
getAccessToken, getAuthorizationUrl, getName, getSession, getSettings, getVerifier, getVerifierParamName, initAccessToken, isConnected, resetConnection, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedXmlRequest, setAccessToken, setAccessToken, setSession, setSettings, setVerifier |
LinkedInJackson
public LinkedInJackson()
sendSignedRequest
protected HttpResponse sendSignedRequest(OAuthRequest request)
- Overrides:
sendSignedRequest in class OAuthServiceBase
getServiceLogo
public String getServiceLogo()
- Specified by:
getServiceLogo in interface OAuthService
getMyProfile
public UserProfile getMyProfile()
- Specified by:
getMyProfile in interface OAuthService- Overrides:
getMyProfile in class OAuthServiceBase
getType
public String getType()
- Specified by:
getType in interface OAuthService
updateStatus
public Object updateStatus()
- Specified by:
updateStatus in interface HasStatus
updateStatus
public Update updateStatus(String message)
- Specified by:
updateStatus in interface HasStatus
initMyProfile
protected void initMyProfile()
- Specified by:
initMyProfile in class OAuthServiceBase
getJacksonModule
protected org.codehaus.jackson.map.Module getJacksonModule()
- Specified by:
getJacksonModule in class OAuthServiceJackson
Copyright © 2011 Seam Framework. All Rights Reserved.