GroupQuery |
IdmIdentityService.createGroupQuery() |
Creates a GroupQuery that allows to programmatically query the groups.
|
GroupQuery |
GroupQuery.groupId(String groupId) |
Only select Groups with the given id.
|
GroupQuery |
GroupQuery.groupIds(List<String> groupIds) |
Only select Groups with the given ids.
|
GroupQuery |
GroupQuery.groupMember(String groupMemberUserId) |
Only selects Groups where the given user is a member of.
|
GroupQuery |
GroupQuery.groupMembers(List<String> groupMemberUserIds) |
Only selects Groups where the given users are a member of.
|
GroupQuery |
GroupQuery.groupName(String groupName) |
Only select Groups with the given name.
|
GroupQuery |
GroupQuery.groupNameLike(String groupNameLike) |
Only select Groups where the name matches the given parameter.
|
GroupQuery |
GroupQuery.groupNameLikeIgnoreCase(String groupNameLikeIgnoreCase) |
Only select Groups where the name matches the given parameter (ignoring case).
|
GroupQuery |
GroupQuery.groupType(String groupType) |
Only select Groups which have the given type.
|
GroupQuery |
GroupQuery.orderByGroupId() |
|
GroupQuery |
GroupQuery.orderByGroupName() |
|
GroupQuery |
GroupQuery.orderByGroupType() |
|