public class ExoService extends Object
| Constructor and Description |
|---|
ExoService() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.exoplatform.social.core.identity.model.Identity> |
getFriendsList(org.exoplatform.social.core.identity.model.Identity id,
org.apache.shindig.auth.SecurityToken token)
Gets the friends list.
|
protected String |
getHost(org.apache.shindig.auth.SecurityToken st) |
protected org.exoplatform.social.core.identity.model.Identity |
getIdentity(String id,
boolean loadProfile,
org.apache.shindig.auth.SecurityToken st) |
protected org.exoplatform.social.core.identity.model.Identity |
getIdentity(String id,
org.apache.shindig.auth.SecurityToken st)
Gets the identity.
|
protected Set<org.exoplatform.social.core.identity.model.Identity> |
getIdSet(Set<org.apache.shindig.social.opensocial.spi.UserId> users,
org.apache.shindig.social.opensocial.spi.GroupId group,
org.apache.shindig.auth.SecurityToken token)
Get the set of user id's for a set of users and a group.
|
protected Set<org.exoplatform.social.core.identity.model.Identity> |
getIdSet(org.apache.shindig.social.opensocial.spi.UserId user,
org.apache.shindig.social.opensocial.spi.GroupId group,
org.apache.shindig.auth.SecurityToken token)
Get the set of user id's from a user and group.
|
protected org.exoplatform.container.PortalContainer |
getPortalContainer(org.apache.shindig.auth.SecurityToken st) |
protected String |
getPortalOwner(org.apache.shindig.auth.SecurityToken st) |
protected Set<org.exoplatform.social.core.identity.model.Identity> getIdSet(org.apache.shindig.social.opensocial.spi.UserId user, org.apache.shindig.social.opensocial.spi.GroupId group, org.apache.shindig.auth.SecurityToken token) throws Exception
user - the usergroup - the grouptoken - the tokenException - the exceptionprotected List<org.exoplatform.social.core.identity.model.Identity> getFriendsList(org.exoplatform.social.core.identity.model.Identity id, org.apache.shindig.auth.SecurityToken token) throws Exception
id - the idException - the exceptionprotected Set<org.exoplatform.social.core.identity.model.Identity> getIdSet(Set<org.apache.shindig.social.opensocial.spi.UserId> users, org.apache.shindig.social.opensocial.spi.GroupId group, org.apache.shindig.auth.SecurityToken token) throws Exception
users - the usersgroup - the grouptoken - the tokenException - the exceptionprotected org.exoplatform.social.core.identity.model.Identity getIdentity(String id, boolean loadProfile, org.apache.shindig.auth.SecurityToken st) throws Exception
Exceptionprotected org.exoplatform.social.core.identity.model.Identity getIdentity(String id, org.apache.shindig.auth.SecurityToken st) throws Exception
id - the idException - the exceptionprotected org.exoplatform.container.PortalContainer getPortalContainer(org.apache.shindig.auth.SecurityToken st)
protected String getHost(org.apache.shindig.auth.SecurityToken st)
protected String getPortalOwner(org.apache.shindig.auth.SecurityToken st)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.