Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
Package
Description
-
Uses of UserProfileDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionUserRestService.queryUsers
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.dto.identity
Modifier and TypeFieldDescriptionprotected UserProfileDto
PasswordPolicyRequestDto.profile
protected UserProfileDto
UserDto.profile
Modifier and TypeMethodDescriptionstatic UserProfileDto
PasswordPolicyRequestDto.getProfile()
UserDto.getProfile()
Modifier and TypeMethodDescriptionstatic List<UserProfileDto>
UserProfileDto.fromUserList
(List<User> sourceList) Modifier and TypeMethodDescriptionvoid
PasswordPolicyRequestDto.setProfile
(UserProfileDto profile) void
UserDto.setProfile
(UserProfileDto profile) -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.impl
Modifier 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
Modifier and TypeMethodDescriptionUserResource.getUserProfile
(jakarta.ws.rs.core.UriInfo context) -
Uses of UserProfileDto in org.camunda.bpm.engine.rest.sub.identity.impl
Modifier and TypeMethodDescriptionUserResourceImpl.getUserProfile
(jakarta.ws.rs.core.UriInfo context)