public abstract class AbstractSocialNetworkServicesHub extends AbstractOAuthServiceAwareImpl implements org.jboss.seam.social.SocialNetworkServicesHub
serviceInstances| Constructor and Description |
|---|
AbstractSocialNetworkServicesHub() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureService(org.jboss.seam.social.oauth.OAuthService service) |
org.jboss.seam.social.UserProfile |
getMyProfile() |
String |
getVerifierParamName() |
boolean |
isConnected() |
void |
resetConnection() |
getService, getSessionpublic org.jboss.seam.social.UserProfile getMyProfile()
getMyProfile in interface org.jboss.seam.social.SocialNetworkServicesHubpublic void resetConnection()
resetConnection in interface org.jboss.seam.social.SocialNetworkServicesHubpublic boolean isConnected()
isConnected in interface org.jboss.seam.social.SocialNetworkServicesHubpublic void configureService(org.jboss.seam.social.oauth.OAuthService service)
configureService in interface org.jboss.seam.social.SocialNetworkServicesHubpublic String getVerifierParamName()
getVerifierParamName in interface org.jboss.seam.social.SocialNetworkServicesHubCopyright © 2011-2013 Seam Framework. All Rights Reserved.