org.jboss.seam.social.core
Class OAuthSessionSettingsImpl
java.lang.Object
org.jboss.seam.social.core.OAuthSessionSettingsImpl
- All Implemented Interfaces:
- OAuthSessionSettings
public class OAuthSessionSettingsImpl
- extends Object
- implements 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 OAuthToken getRequestToken()
- Specified by:
getRequestToken in interface OAuthSessionSettings
setRequestToken
public void setRequestToken(OAuthToken requestToken)
- Specified by:
setRequestToken in interface OAuthSessionSettings
getAccessToken
public OAuthToken getAccessToken()
- Specified by:
getAccessToken in interface OAuthSessionSettings
setAccessToken
public void setAccessToken(OAuthToken accessToken)
- Specified by:
setAccessToken in interface OAuthSessionSettings
getVerifier
public String getVerifier()
- Specified by:
getVerifier in interface OAuthSessionSettings
setVerifier
public void setVerifier(String verifier)
- Specified by:
setVerifier in interface OAuthSessionSettings
Copyright © 2011 Seam Framework. All Rights Reserved.