Interface UserDataRepository
public interface UserDataRepository
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAccount(String user, String password) Add a new user to this system.booleanhasAccount(String user) Checks is user has an account with this systemloadUserCredentials(String user, String password) voidstoreUserCredentials(String user, String password, UserCredentials userCredentials)
-
Method Details
-
addAccount
Add a new user to this system.- Parameters:
user-password-
-
hasAccount
Checks is user has an account with this system- Returns:
-
loadUserCredentials
-
storeUserCredentials
-