Uses of Record Class
dev.fernando.user_authentication_api.dto.CreateUserDto
Packages that use CreateUserDto
Package
Description
-
Uses of CreateUserDto in dev.fernando.user_authentication_api.controller
Methods in dev.fernando.user_authentication_api.controller with parameters of type CreateUserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<org.springframework.hateoas.EntityModel<ViewUserDto>> UserController.createUser
(CreateUserDto createUserDto) This endpoint allows the creation of a user with a default role, typically used for client accounts. -
Uses of CreateUserDto in dev.fernando.user_authentication_api.service
Methods in dev.fernando.user_authentication_api.service with parameters of type CreateUserDtoModifier and TypeMethodDescriptionUserService.createUserWithDefaultRole
(CreateUserDto createUserDto) Creates a new user with default USER role aboutUserRole
, in other words, a client of user service. -
Uses of CreateUserDto in dev.fernando.user_authentication_api.service.impl
Methods in dev.fernando.user_authentication_api.service.impl with parameters of type CreateUserDtoModifier and TypeMethodDescriptionUserServiceImpl.createUserWithDefaultRole
(CreateUserDto createUserDto)