Uses of Class
edu.internet2.middleware.grouper.ws.coresoap.WsGetGroupsLiteResult
Packages that use WsGetGroupsLiteResult
Package
Description
This package has grouper-ws logic and beans
All beans that are needed by Axis are here so there is only one namespace.
-
Uses of WsGetGroupsLiteResult in edu.internet2.middleware.grouper.ws
Methods in edu.internet2.middleware.grouper.ws that return WsGetGroupsLiteResultModifier and TypeMethodDescriptionstatic WsGetGroupsLiteResult
GrouperServiceLogic.getGroupsLite
(GrouperVersion clientVersion, String subjectId, String subjectSourceId, String subjectIdentifier, WsMemberFilter memberFilter, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, boolean includeGroupDetail, boolean includeSubjectDetail, String subjectAttributeNames, String paramName0, String paramValue0, String paramName1, String paramValue1, String fieldName, String scope, String stemName, String stemUuid, StemScope stemScope, String enabled, Integer pageSize, Integer pageNumber, String sortString, Boolean ascending, Timestamp pointInTimeFrom, Timestamp pointInTimeTo, Boolean pageIsCursor, String pageLastCursorField, String pageLastCursorFieldType, Boolean pageCursorFieldIncludesLastRetrieved) get groups for a subject based on filter -
Uses of WsGetGroupsLiteResult in edu.internet2.middleware.grouper.ws.coresoap
Methods in edu.internet2.middleware.grouper.ws.coresoap that return WsGetGroupsLiteResultModifier and TypeMethodDescriptionGrouperService.getGroupsLite
(String clientVersion, String subjectId, String subjectSourceId, String subjectIdentifier, String memberFilter, String actAsSubjectId, String actAsSubjectSourceId, String actAsSubjectIdentifier, String includeGroupDetail, String includeSubjectDetail, String subjectAttributeNames, String paramName0, String paramValue0, String paramName1, String paramValue1, String fieldName, String scope, String stemName, String stemUuid, String stemScope, String enabled, String pageSize, String pageNumber, String sortString, String ascending, String pointInTimeFrom, String pointInTimeTo, String pageIsCursor, String pageLastCursorField, String pageLastCursorFieldType, String pageCursorFieldIncludesLastRetrieved) get groups for a subject based on filter -
Uses of WsGetGroupsLiteResult in edu.internet2.middleware.grouper.ws.rest
Methods in edu.internet2.middleware.grouper.ws.rest that return WsGetGroupsLiteResultModifier and TypeMethodDescriptionstatic WsGetGroupsLiteResult
GrouperServiceRest.getGroupsLite
(GrouperVersion clientVersion, String subjectId, String sourceId, WsRestGetGroupsLiteRequest wsRestGetGroupsLiteRequest) based on a subject, get the groups associated