Class GrouperWsCommandsForBox
java.lang.Object
edu.internet2.middleware.grouperBox.GrouperWsCommandsForBox
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidgrouperAcknowledgeMessages(Set<String> ids, String acknowledgeType) static edu.internet2.middleware.grouperClient.ws.beans.WsMessage[]static List<edu.internet2.middleware.grouperClient.ws.beans.WsGroup>retrieveGrouperMembershipsForGroup(String groupName) return null if not configured to have such a group, otherwise the cached members of the group.
- 
Constructor Details- 
GrouperWsCommandsForBoxpublic GrouperWsCommandsForBox()
 
- 
- 
Method Details- 
retrieveGrouperMembershipsForGroup- Parameters:
- groupName-
- Returns:
- the list of users
 
- 
retrieveGrouperGroups- Returns:
- list of groups never null
 
- 
retrieveGrouperUsersreturn null if not configured to have such a group, otherwise the cached members of the group. note, this is not a copy of the cache, it can be edited- Returns:
- a map of boxUserName to array of [subjectId, sourceId, boxSubjectAttributeValue, boxUserName]
 
- 
grouperReceiveMessagespublic static edu.internet2.middleware.grouperClient.ws.beans.WsMessage[] grouperReceiveMessages()- Returns:
- the messages
 
- 
grouperAcknowledgeMessages- Parameters:
- ids-
- acknowledgeType- mark_as_processed, return_to_queue, return_to_end_of_queue, send_to_another_queue
 
 
-