public class OAuthSessionImpl extends Object implements org.jboss.seam.social.oauth.OAuthSession
| Constructor and Description |
|---|
OAuthSessionImpl(Annotation qualifier) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public OAuthSessionImpl(Annotation qualifier)
public org.jboss.seam.social.oauth.OAuthToken getRequestToken()
getRequestToken in interface org.jboss.seam.social.oauth.OAuthSessionpublic void setRequestToken(org.jboss.seam.social.oauth.OAuthToken requestToken)
setRequestToken in interface org.jboss.seam.social.oauth.OAuthSessionpublic org.jboss.seam.social.oauth.OAuthToken getAccessToken()
getAccessToken in interface org.jboss.seam.social.oauth.OAuthSessionpublic void setAccessToken(org.jboss.seam.social.oauth.OAuthToken accessToken)
setAccessToken in interface org.jboss.seam.social.oauth.OAuthSessionpublic String getVerifier()
getVerifier in interface org.jboss.seam.social.oauth.OAuthSessionpublic void setVerifier(String verifier)
setVerifier in interface org.jboss.seam.social.oauth.OAuthSessionpublic org.jboss.seam.social.UserProfile getUserProfile()
getUserProfile in interface org.jboss.seam.social.oauth.OAuthSessionpublic void setUserProfile(org.jboss.seam.social.UserProfile userProfile)
setUserProfile in interface org.jboss.seam.social.oauth.OAuthSessionpublic Annotation getServiceQualifier()
getServiceQualifier in interface org.jboss.seam.social.oauth.OAuthSessionpublic boolean isConnected()
isConnected in interface org.jboss.seam.social.oauth.OAuthSessionpublic String getName()
getName in interface org.jboss.seam.social.oauth.OAuthSessionCopyright © 2011-2013 Seam Framework. All Rights Reserved.