Class UserResponse


  • public class UserResponse
    extends ResponseBase
    Used by LoginServlet and the Android app for registering new users and logging in
    • Constructor Detail

      • UserResponse

        public UserResponse​(String email,
                            String nickname,
                            String password,
                            boolean anon)
        Parameters:
        password - If null, ignored; otherwise, password match is required
    • Method Detail

      • getUser

        public User getUser()
      • getNewlyRegistered

        public boolean getNewlyRegistered()
      • getPasswordMatched

        public boolean getPasswordMatched()