Uses of Record Class
callofproject.dev.authentication.dto.UserDTO
Packages that use UserDTO
Package
Description
-
Uses of UserDTO in callofproject.dev.authentication.dto
Methods in callofproject.dev.authentication.dto that return types with arguments of type UserDTOModifier and TypeMethodDescriptionUsersDTO.users()
Returns the value of theusers
record component.Constructor parameters in callofproject.dev.authentication.dto with type arguments of type UserDTO -
Uses of UserDTO in callofproject.dev.authentication.dto.user_profile
Methods in callofproject.dev.authentication.dto.user_profile that return UserDTOModifier and TypeMethodDescriptionUserWithProfileDTO.user()
Returns the value of theuser
record component.Constructors in callofproject.dev.authentication.dto.user_profile with parameters of type UserDTOModifierConstructorDescriptionUserWithProfileDTO
(UUID id, UserDTO user, UserProfileDTO profile) Creates an instance of aUserWithProfileDTO
record class. -
Uses of UserDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return UserDTOModifier and TypeMethodDescriptionIUserMapper.toUserDTO
(callofproject.dev.repository.authentication.entity.User user) Maps a User entity to a UserDTO.Method parameters in callofproject.dev.authentication.mapper with type arguments of type UserDTOModifier and TypeMethodDescriptiondefault UsersDTO
IUserMapper.toUsersDTO
(List<UserDTO> list) Maps a list of User entities to a UsersDTO. -
Uses of UserDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service that return types with arguments of type UserDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<UserDTO>
UserManagementService.findUserByUsername
(String username) Find user with given usernamecallofproject.dev.data.common.clas.ResponseMessage<UserDTO>
UserManagementService.findUserByUsernameCallback
(String username) Find user with given username