public interface PersonService
| Modifier and Type | Method and Description |
|---|---|
GroupMembersEntry |
getGroupMembers(String groupId,
String onBehalfOf,
Integer count,
Integer startIndex,
String sortBy)
Get the group members of the given group.
|
PersonEntry |
getPerson(String userId,
String onBehalfOf)
Get the OpenSocial Person.
|
@PreAuthorize(value="#onBehalfOf == null or #userId.equals(#onBehalfOf)") PersonEntry getPerson(String userId, String onBehalfOf)
userId - the unique identifieronBehalfOf - the unique identifier of the user that is going to make the
requestPersonEntryCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.