Interface UserStore
- All Known Implementing Classes:
SQLUserStore
public interface UserStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrUpdateUser(User user) getByUsername(String username) getUserByUUID(UUID uuid)
-
Method Details
-
getByUsername
-
getUserByUUID
-
createOrUpdateUser
-