org.jboss.seam.social.core
Class OAuthSessionSettingsImpl
java.lang.Object
org.jboss.seam.social.core.OAuthSessionSettingsImpl
- All Implemented Interfaces:
- org.jboss.seam.social.core.OAuthSessionSettings
public class OAuthSessionSettingsImpl
- extends Object
- implements org.jboss.seam.social.core.OAuthSessionSettings
- Author:
- antoine
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthSessionSettingsImpl
public OAuthSessionSettingsImpl()
getRequestToken
public org.jboss.seam.social.core.OAuthToken getRequestToken()
- Specified by:
getRequestToken in interface org.jboss.seam.social.core.OAuthSessionSettings
setRequestToken
public void setRequestToken(org.jboss.seam.social.core.OAuthToken requestToken)
- Specified by:
setRequestToken in interface org.jboss.seam.social.core.OAuthSessionSettings
getAccessToken
public org.jboss.seam.social.core.OAuthToken getAccessToken()
- Specified by:
getAccessToken in interface org.jboss.seam.social.core.OAuthSessionSettings
setAccessToken
public void setAccessToken(org.jboss.seam.social.core.OAuthToken accessToken)
- Specified by:
setAccessToken in interface org.jboss.seam.social.core.OAuthSessionSettings
getVerifier
public String getVerifier()
- Specified by:
getVerifier in interface org.jboss.seam.social.core.OAuthSessionSettings
setVerifier
public void setVerifier(String verifier)
- Specified by:
setVerifier in interface org.jboss.seam.social.core.OAuthSessionSettings
Copyright © 2011 Seam Framework. All Rights Reserved.