org.jboss.seam.social.examples.webclient
Class SocialClient
java.lang.Object
org.jboss.seam.social.examples.webclient.SocialClient
- All Implemented Interfaces:
- Serializable
@Named
@SessionScoped
public class SocialClient
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialClient
public SocialClient()
getManager
public org.jboss.seam.social.MultiServicesManager getManager()
setManager
public void setManager(org.jboss.seam.social.MultiServicesManager manager)
getCurrentService
@Produces
@Named
public org.jboss.seam.social.oauth.OAuthService getCurrentService()
setCurrentService
public void setCurrentService(org.jboss.seam.social.oauth.OAuthService currentService)
getServicesMap
public Map<String,org.jboss.seam.social.oauth.OAuthService> getServicesMap()
getServices
public List<org.jboss.seam.social.oauth.OAuthService> getServices()
getAccessToken
public org.jboss.seam.social.oauth.OAuthToken getAccessToken()
connectCurrentService
public void connectCurrentService()
getCurrentServiceName
public String getCurrentServiceName()
setCurrentServiceName
public void setCurrentServiceName(String cursrvHdlStr)
redirectToAuthorizationURL
public void redirectToAuthorizationURL(String url)
throws IOException
- Throws:
IOException
getTimeLineUrl
public String getTimeLineUrl()
serviceInit
public void serviceInit(String servType)
throws IOException
- Throws:
IOException
resetConnection
public void resetConnection()
Copyright © 2011 Seam Framework. All Rights Reserved.