org.jboss.seam.social
Interface SocialNetworkServicesHub

All Superinterfaces:
OAuthServiceAware, QualifierAware

public interface SocialNetworkServicesHub
extends OAuthServiceAware, QualifierAware

Author:
antoine

Method Summary
 void configureService(OAuthService service)
           
 UserProfile getMyProfile()
           
 OAuthSession getSession()
           
 String getVerifierParamName()
           
 boolean isConnected()
           
 void resetConnection()
          Close connexion if needed
 
Methods inherited from interface org.jboss.seam.social.OAuthServiceAware
getService
 
Methods inherited from interface org.jboss.seam.social.QualifierAware
getQualifier
 

Method Detail

getMyProfile

UserProfile getMyProfile()
Returns:

getSession

OAuthSession getSession()
Returns:
the session settings of the given service

resetConnection

void resetConnection()
Close connexion if needed


isConnected

boolean isConnected()
Returns:

configureService

void configureService(OAuthService service)
Parameters:
service -

getVerifierParamName

String getVerifierParamName()


Copyright © 2011-2013 Seam Framework. All Rights Reserved.