Uses of Class
org.camunda.community.rest.client.dto.IdentityServiceGroupInfoDto
Packages that use IdentityServiceGroupInfoDto
-
Uses of IdentityServiceGroupInfoDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return IdentityServiceGroupInfoDtoModifier and TypeMethodDescriptionIdentityApi.getGroupInfo(String userId) Get a User's Groups Gets the groups of a user by id and includes all users that share a group with the given user.IdentityApi.getGroupInfo(String userId, Map<String, String> additionalHeaders) Get a User's Groups Gets the groups of a user by id and includes all users that share a group with the given user. -
Uses of IdentityServiceGroupInfoDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return IdentityServiceGroupInfoDtoModifier and TypeMethodDescriptionIdentityServiceGroupInfoDto.addGroupsItem(IdentityServiceGroupDto groupsItem) IdentityServiceGroupInfoDto.addGroupUsersItem(IdentityServiceUserDto groupUsersItem) IdentityServiceGroupInfoDto.groups(List<IdentityServiceGroupDto> groups) IdentityServiceGroupInfoDto.groupUsers(List<IdentityServiceUserDto> groupUsers)