org.jboss.seam.social
Class OAuthServiceJackson
java.lang.Object
org.jboss.seam.social.OAuthServiceBase
org.jboss.seam.social.OAuthServiceJackson
- All Implemented Interfaces:
- Serializable, HasStatus, OAuthService
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.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 |
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.