public interface BasicAuthGroupService
| Modifier and Type | Method and Description |
|---|---|
Group20 |
getGroup20(GroupProvider groupProvider,
String userId,
String groupId)
Gets a specific
Group20 for the users oauth configuration |
Group20Entry |
getGroup20Entry(GroupProvider groupProvider,
String userId,
int limit,
int offset)
Gets a
Group20Entry for the user's |
GroupMembersEntry |
getGroupMembersEntry(GroupProvider groupProvider,
String userId,
String groupId,
int limit,
int offset)
Gets group members with paginating information for the user
|
Group20Entry getGroup20Entry(GroupProvider groupProvider, String userId, int limit, int offset)
Group20Entry for the user'sgroupProvider - GroupProvider for the settingslimit - maximum amount of Group20's in the resultsetoffset - start indexGroup20EntryGroup20 getGroup20(GroupProvider groupProvider, String userId, String groupId)
Group20 for the users oauth configurationgroupProvider - GroupProvider for the settingsgroupId - identifier of the external groupGroup20, can be nullGroupMembersEntry getGroupMembersEntry(GroupProvider groupProvider, String userId, String groupId, int limit, int offset)
groupProvider - GroupProvider for the settingsgroupId - the groupId as we know it in SURFconext context (e.g. urn:collab:group:myuniversity.nl:testgroup)limit - maximum number of itemsoffset - starting point for pagingGroupMembersEntry, can be nullCopyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.