@Service public class UserServiceImpl extends Object implements UserService
Constructor and Description |
---|
UserServiceImpl() |
Modifier and Type | Method and Description |
---|---|
User |
authenticate(String username,
String password) |
List<UserMetadata> |
changelog(Date from) |
void |
clear() |
javax.ws.rs.core.Response |
create(User user) |
void |
delete(UUID key) |
List<User> |
list() |
User |
read(UUID key) |
void |
update(UUID key,
User updatedUser) |
public List<User> list()
list
in interface UserService
public List<UserMetadata> changelog(Date from)
changelog
in interface UserService
public User read(UUID key)
read
in interface UserService
public javax.ws.rs.core.Response create(User user)
create
in interface UserService
public void update(UUID key, User updatedUser)
update
in interface UserService
public void delete(UUID key)
delete
in interface UserService
public User authenticate(String username, String password)
authenticate
in interface UserService
public void clear()
clear
in interface UserService
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.