Class UserResponseDto

java.lang.Object
vaultWeb.dtos.user.UserResponseDto

public class UserResponseDto extends Object
A "safe" version of the User object that we send to the frontend. We never send the full User entity (it contains the password hash!). This DTO only contains fields that are safe to share publicly.
  • Constructor Details

    • UserResponseDto

      public UserResponseDto(User user)