Uses of Class
callofproject.dev.authentication.dto.UserResponseDTO
Packages that use UserResponseDTO
-
Uses of UserResponseDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service that return UserResponseDTOModifier and TypeMethodDescriptionUserResponseDTO<callofproject.dev.repository.authentication.entity.User>UserManagementService.findUserByUsernameForAuthenticationService(String username) Find User with given username but returns the user entity.UserResponseDTO<callofproject.dev.repository.authentication.entity.User>UserManagementService.findUserByUsernameForAuthenticationServiceCallback(String username) Find User with given username but returns the user entity.