Class SQLUserStore
java.lang.Object
pro.gravit.launchserver.auth.core.openid.SQLUserStore
- All Implemented Interfaces:
UserStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateOrUpdateUser(User user) getByUsername(String username) getUserByUUID(UUID uuid) voidinit()
-
Constructor Details
-
SQLUserStore
-
-
Method Details
-
getByUsername
- Specified by:
getByUsernamein interfaceUserStore
-
getUserByUUID
- Specified by:
getUserByUUIDin interfaceUserStore
-
createOrUpdateUser
- Specified by:
createOrUpdateUserin interfaceUserStore
-
init
public void init()
-