public interface MultiServicesManager extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
connectCurrentService()
Connect the current service at the end of the OAuth process
|
void |
destroyCurrentSession()
Disconnect the current service and remove it from Set of managed service.
|
Set<OAuthSession> |
getActiveSessions() |
OAuthService |
getCurrentService() |
SocialNetworkServicesHub |
getCurrentServiceHub() |
OAuthSession |
getCurrentSession() |
List<String> |
getListOfServices() |
String |
initNewSession(String type)
Instantiate a new Service which become the new current service
|
boolean |
isCurrentServiceConnected() |
void |
setCurrentSession(OAuthSession currentSession) |
OAuthService getCurrentService()
boolean isCurrentServiceConnected()
void connectCurrentService()
String initNewSession(String type)
servType - the type of the service to Instantiatevoid destroyCurrentSession()
OAuthSession getCurrentSession()
void setCurrentSession(OAuthSession currentSession)
currentSession - Set<OAuthSession> getActiveSessions()
SocialNetworkServicesHub getCurrentServiceHub()
Copyright © 2011-2013 Seam Framework. All Rights Reserved.