org.jboss.seam.social.core
Class OAuthServiceJackson
java.lang.Object
org.jboss.seam.social.core.OAuthServiceBase
org.jboss.seam.social.core.OAuthServiceJackson
- All Implemented Interfaces:
- Serializable, org.jboss.seam.social.core.HasStatus, org.jboss.seam.social.core.OAuthService
- Direct Known Subclasses:
- FacebookJackson, LinkedInJackson, TwitterJackson
public abstract class OAuthServiceJackson
- extends OAuthServiceBase
- Author:
- antoine
- See Also:
- Serialized Form
|
Method Summary |
protected abstract org.codehaus.jackson.map.Module |
getJacksonModule()
|
protected void |
init()
|
| Methods inherited from class org.jboss.seam.social.core.OAuthServiceBase |
equals, getAccessToken, getAuthorizationUrl, getMyProfile, getName, getRequestToken, getSession, getSettings, getStatus, getVerifier, getVerifierParamName, hashCode, initAccessToken, initMyProfile, isConnected, requireAuthorization, resetConnection, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedRequest, sendSignedXmlRequest, setAccessToken, setAccessToken, setSession, setSettings, setStatus, setVerifier, toString |
| Methods inherited from interface org.jboss.seam.social.core.OAuthService |
getServiceLogo, getType |
| Methods inherited from interface org.jboss.seam.social.core.HasStatus |
updateStatus, updateStatus |
jsonMapper
@Inject
protected JsonMapper jsonMapper
OAuthServiceJackson
public OAuthServiceJackson()
init
@PostConstruct
protected void init()
- Overrides:
init in class OAuthServiceBase
getJacksonModule
protected abstract org.codehaus.jackson.map.Module getJacksonModule()
Copyright © 2011 Seam Framework. All Rights Reserved.