Uses of Record Class
tech.lastbox.lastshield.basicauth.dto.UserDTO
Packages that use UserDTO
Package
Description
-
Uses of UserDTO in tech.lastbox.lastshield.basicauth.mapper
Methods in tech.lastbox.lastshield.basicauth.mapper that return UserDTOModifier and TypeMethodDescriptionMaps a User entity to a UserDTO.Methods in tech.lastbox.lastshield.basicauth.mapper with parameters of type UserDTO -
Uses of UserDTO in tech.lastbox.lastshield.basicauth.repository
Methods in tech.lastbox.lastshield.basicauth.repository that return types with arguments of type UserDTOModifier and TypeMethodDescriptionUserRepository.findAllUsersAsDTO()Retrieves a list of all users with the role 'USER', returning only the necessary fields in a UserDTO. -
Uses of UserDTO in tech.lastbox.lastshield.basicauth.service
Methods in tech.lastbox.lastshield.basicauth.service that return types with arguments of type UserDTOModifier and TypeMethodDescriptionUserService.getUsersAsDTO()Retrieves all users as UserDTO objects.