| Package | Description |
|---|---|
| voot | |
| voot.provider | |
| voot.web |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ExternalGroupsService.getAllGroups() |
List<Group> |
ExternalGroupsService.getMyExternalGroups(String uid,
String schacHomeOrganization) |
Optional<Group> |
ExternalGroupsService.getMyGroupById(String uid,
String groupId) |
List<Group> |
ExternalGroupsService.getMyGroups(String uid,
String schacHomeOrganization) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
Voot2Provider.getAllGroups() |
List<Group> |
Provider.getAllGroups()
All groups
|
List<Group> |
GrouperSoapClient.getAllGroups() |
Optional<Group> |
Voot2Provider.getGroupMembership(String uid,
String groupId) |
Optional<Group> |
Provider.getGroupMembership(String uid,
String groupId) |
Optional<Group> |
GrouperSoapClient.getGroupMembership(String uid,
String groupId) |
List<Group> |
Voot2Provider.getGroupMemberships(String uid) |
List<Group> |
Provider.getGroupMemberships(String uid) |
List<Group> |
GrouperSoapClient.getGroupMemberships(String uid) |
List<Group> |
GrouperDaoClient.groups(String subjectId) |
List<Group> |
GrouperDao.groups(String subjectId) |
List<Group> |
GrouperSoapParser.parseFindAllGroups(org.springframework.http.ResponseEntity<String> response) |
protected List<Group> |
Voot2Provider.parseGroups(String response) |
protected List<Group> |
OpenSocialClient.parseGroups(String response) |
Optional<Group> |
GrouperSoapParser.parseOptionalGroupMembership(org.springframework.http.ResponseEntity<String> response) |
protected Optional<Group> |
Voot2Provider.parseSingleGroup(String response) |
protected Optional<Group> |
OpenSocialClient.parseSingleGroup(String response) |
| Modifier and Type | Method and Description |
|---|---|
Group |
VootController.internalSpecificGroup(String userId,
String groupId,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
Group |
VootController.specificGroupMembership(String groupId,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
VootController.allGroups(org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
List<Group> |
VootController.externalGroups(String userId,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
List<Group> |
VootController.internalGroups(String userId,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
List<Group> |
VootController.myGroups(org.springframework.security.oauth2.provider.OAuth2Authentication authentication) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.