| Modifier and Type | Field and Description |
|---|---|
static Function<User,org.springframework.util.MultiValueMap> |
userMap |
| Modifier and Type | Method and Description |
|---|---|
User |
createUser(User user,
String username,
String password) |
User |
deleteUser(User user) |
User |
getUser(long userId) |
User |
getUser(long userId,
String context) |
List<User> |
getUsers() |
List<User> |
getUsers(String context) |
User |
updateUser(User user) |
User createUser(User user, String username, String password) throws WpApiParsedException
WpApiParsedExceptionUser getUser(long userId) throws UserNotFoundException
UserNotFoundExceptionUser getUser(long userId, String context) throws UserNotFoundException
UserNotFoundExceptionCopyright © 2016. All rights reserved.