org.jboss.seam.social.oauth
Class OAuthSessionImpl

java.lang.Object
  extended by org.jboss.seam.social.oauth.OAuthSessionImpl
All Implemented Interfaces:
Serializable, org.jboss.seam.social.oauth.OAuthSession

public class OAuthSessionImpl
extends Object
implements org.jboss.seam.social.oauth.OAuthSession

Author:
antoine
See Also:
Serialized Form

Constructor Summary
OAuthSessionImpl(Annotation qualifier)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.jboss.seam.social.oauth.OAuthToken getAccessToken()
           
 String getName()
           
 org.jboss.seam.social.oauth.OAuthToken getRequestToken()
           
 Annotation getServiceQualifier()
           
 org.jboss.seam.social.UserProfile getUserProfile()
           
 String getVerifier()
           
 int hashCode()
           
 boolean isConnected()
           
 void setAccessToken(org.jboss.seam.social.oauth.OAuthToken accessToken)
           
 void setRequestToken(org.jboss.seam.social.oauth.OAuthToken requestToken)
           
 void setUserProfile(org.jboss.seam.social.UserProfile userProfile)
           
 void setVerifier(String verifier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthSessionImpl

public OAuthSessionImpl(Annotation qualifier)
Method Detail

getRequestToken

public org.jboss.seam.social.oauth.OAuthToken getRequestToken()
Specified by:
getRequestToken in interface org.jboss.seam.social.oauth.OAuthSession

setRequestToken

public void setRequestToken(org.jboss.seam.social.oauth.OAuthToken requestToken)
Specified by:
setRequestToken in interface org.jboss.seam.social.oauth.OAuthSession

getAccessToken

public org.jboss.seam.social.oauth.OAuthToken getAccessToken()
Specified by:
getAccessToken in interface org.jboss.seam.social.oauth.OAuthSession

setAccessToken

public void setAccessToken(org.jboss.seam.social.oauth.OAuthToken accessToken)
Specified by:
setAccessToken in interface org.jboss.seam.social.oauth.OAuthSession

getVerifier

public String getVerifier()
Specified by:
getVerifier in interface org.jboss.seam.social.oauth.OAuthSession

setVerifier

public void setVerifier(String verifier)
Specified by:
setVerifier in interface org.jboss.seam.social.oauth.OAuthSession

getUserProfile

public org.jboss.seam.social.UserProfile getUserProfile()
Specified by:
getUserProfile in interface org.jboss.seam.social.oauth.OAuthSession

setUserProfile

public void setUserProfile(org.jboss.seam.social.UserProfile userProfile)
Specified by:
setUserProfile in interface org.jboss.seam.social.oauth.OAuthSession

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getServiceQualifier

public Annotation getServiceQualifier()
Specified by:
getServiceQualifier in interface org.jboss.seam.social.oauth.OAuthSession

toString

public String toString()
Overrides:
toString in class Object

isConnected

public boolean isConnected()
Specified by:
isConnected in interface org.jboss.seam.social.oauth.OAuthSession

getName

public String getName()
Specified by:
getName in interface org.jboss.seam.social.oauth.OAuthSession


Copyright © 2011 Seam Framework. All Rights Reserved.