|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person | |
|---|---|
| nl.surfnet.coin.api.client | |
| nl.surfnet.coin.api.client.domain | |
| Uses of Person in nl.surfnet.coin.api.client |
|---|
| Methods in nl.surfnet.coin.api.client that return Person | |
|---|---|
Person |
OpenConextOAuthClientImpl.getPerson(String userId,
String onBehalfOf)
|
Person |
OpenConextOAuthClient.getPerson(String userId,
String onBehalfOf)
Get the OpenSocial Person. |
| Methods in nl.surfnet.coin.api.client that return types with arguments of type Person | |
|---|---|
List<Person> |
OpenConextOAuthClientImpl.getGroupMembers(String groupId,
String onBehalfOf)
|
List<Person> |
OpenConextOAuthClient.getGroupMembers(String groupId,
String onBehalfOf)
Get the group members of the given group. |
| Uses of Person in nl.surfnet.coin.api.client.domain |
|---|
| Methods in nl.surfnet.coin.api.client.domain that return Person | |
|---|---|
Person |
PersonEntry.getEntry()
|
| Methods in nl.surfnet.coin.api.client.domain that return types with arguments of type Person | |
|---|---|
List<Person> |
GroupMembersEntry.getEntry()
|
| Methods in nl.surfnet.coin.api.client.domain with parameters of type Person | |
|---|---|
void |
PersonEntry.setEntry(Person entry)
|
| Method parameters in nl.surfnet.coin.api.client.domain with type arguments of type Person | |
|---|---|
void |
GroupMembersEntry.setEntry(List<Person> entry)
|
| Constructors in nl.surfnet.coin.api.client.domain with parameters of type Person | |
|---|---|
PersonEntry(Person person,
int pageSize,
int offset,
String sortBy,
int totalResults)
|
|
| Constructor parameters in nl.surfnet.coin.api.client.domain with type arguments of type Person | |
|---|---|
GroupMembersEntry(List<Person> persons)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||