org.jboss.seam.social.oauth
Class OAuthSessionImpl
java.lang.Object
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
OAuthSessionImpl
public OAuthSessionImpl(Annotation qualifier)
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.