org.jboss.seam.social.core
Class OAuthSessionSettingsImpl

java.lang.Object
  extended by 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

Constructor Summary
OAuthSessionSettingsImpl()
           
 
Method Summary
 org.jboss.seam.social.core.OAuthToken getAccessToken()
           
 org.jboss.seam.social.core.OAuthToken getRequestToken()
           
 String getVerifier()
           
 void setAccessToken(org.jboss.seam.social.core.OAuthToken accessToken)
           
 void setRequestToken(org.jboss.seam.social.core.OAuthToken requestToken)
           
 void setVerifier(String verifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthSessionSettingsImpl

public OAuthSessionSettingsImpl()
Method Detail

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.