Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
Packages that use UserProfileDto
Package
Description
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type UserProfileDtoModifier and TypeMethodDescriptionUserRestService.queryUsers
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.dto.identity
Fields in org.camunda.bpm.engine.rest.dto.identity declared as UserProfileDtoModifier and TypeFieldDescriptionprotected UserProfileDto
PasswordPolicyRequestDto.profile
protected UserProfileDto
UserDto.profile
Methods in org.camunda.bpm.engine.rest.dto.identity that return UserProfileDtoModifier and TypeMethodDescriptionstatic UserProfileDto
PasswordPolicyRequestDto.getProfile()
UserDto.getProfile()
Methods in org.camunda.bpm.engine.rest.dto.identity that return types with arguments of type UserProfileDtoModifier and TypeMethodDescriptionstatic List<UserProfileDto>
UserProfileDto.fromUserList
(List<User> sourceList) Methods in org.camunda.bpm.engine.rest.dto.identity with parameters of type UserProfileDtoModifier and TypeMethodDescriptionvoid
PasswordPolicyRequestDto.setProfile
(UserProfileDto profile) void
UserDto.setProfile
(UserProfileDto profile) -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type UserProfileDtoModifier and TypeMethodDescriptionUserRestServiceImpl.queryUsers
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) UserRestServiceImpl.queryUsers
(UserQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.sub.identity
Methods in org.camunda.bpm.engine.rest.sub.identity that return UserProfileDtoModifier and TypeMethodDescriptionUserResource.getUserProfile
(jakarta.ws.rs.core.UriInfo context) Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type UserProfileDto -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.sub.identity.impl
Methods in org.camunda.bpm.engine.rest.sub.identity.impl that return UserProfileDtoModifier and TypeMethodDescriptionUserResourceImpl.getUserProfile
(jakarta.ws.rs.core.UriInfo context) Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type UserProfileDto