| Constructor and Description |
|---|
UserController() |
| Modifier and Type | Method and Description |
|---|---|
void |
createUser(User user) |
void |
createUsersWithArrayInput(User[] users) |
void |
createUsersWithListInput(List<User> users) |
void |
deleteUser(String username) |
User |
getUserByName(String username) |
String |
loginUser(String username,
String password) |
void |
logoutUser() |
void |
updateUser(String username,
User user) |
getContext, getRequest, getResponse, redirectTo, setContextCopyright © 2015. All rights reserved.