Package edu.wisc.game.rest
Class UserResponse
java.lang.Object
edu.wisc.game.rest.ResponseBase
edu.wisc.game.rest.UserResponse
Used by LoginServlet and the Android app for registering new users and logging in
- 
Constructor Details
- 
UserResponse
- Parameters:
 password- If null, ignored; otherwise, password match is required
 
 - 
 - 
Method Details
- 
getUser
 - 
getNewlyRegistered
public boolean getNewlyRegistered() - 
getPasswordMatched
public boolean getPasswordMatched() 
 -