public interface IUserStorage
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkUser(String username) |
boolean |
emailExists(String email) |
List<User> |
getAllUsers() |
User |
getUser(String email) |
void |
storeUser(User user) |
void |
updateUser(User user) |
Copyright © 2018. All rights reserved.