Class UserResponse

java.lang.Object
org.craftercms.studio.api.v2.dal.User
org.craftercms.studio.model.rest.UserResponse
All Implemented Interfaces:
Serializable, org.springframework.security.core.userdetails.UserDetails

public class UserResponse extends User
Represents a User with only the necessary fields that are required to be sent in the response
See Also:
  • Constructor Details

    • UserResponse

      public UserResponse(User user)