| Package | Description |
|---|---|
| nl.surfnet.coin.api.client | |
| nl.surfnet.coin.api.client.domain |
| Modifier and Type | Method and Description |
|---|---|
Person |
OpenConextOAuthClient.getPerson(String userId,
String onBehalfOf)
Get the OpenSocial Person.
|
Person |
OpenConextOAuthClientImpl.getPerson(String userId,
String onBehalfOf) |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
OpenConextOAuthClient.getGroupMembers(String groupId,
String onBehalfOf)
Get the group members of the given group.
|
List<Person> |
OpenConextOAuthClientImpl.getGroupMembers(String groupId,
String onBehalfOf) |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonEntry.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
GroupMembersEntry.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonEntry.setEntry(Person entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupMembersEntry.setEntry(List<Person> entry) |
| Constructor and Description |
|---|
PersonEntry(Person person,
int pageSize,
int offset,
String sortBy,
int totalResults) |
| Constructor and Description |
|---|
GroupMembersEntry(List<Person> persons) |
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.