Class GrouperWsCommandsForBox
java.lang.Object
edu.internet2.middleware.grouperBox.GrouperWsCommandsForBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
grouperAcknowledgeMessages
(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
-
GrouperWsCommandsForBox
public GrouperWsCommandsForBox()
-
-
Method Details
-
retrieveGrouperMembershipsForGroup
- Parameters:
groupName
-- Returns:
- the list of users
-
retrieveGrouperGroups
- Returns:
- list of groups never null
-
retrieveGrouperUsers
return 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]
-
grouperReceiveMessages
public 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
-