public interface UserDataRepository
| Modifier and Type | Method and Description |
|---|---|
void |
addAccount(String user,
String password)
Add a new user to this system.
|
boolean |
hasAccount(String user)
Checks is user has an account with this system
|
UserCredentials |
loadUserCredentials(String user,
String password) |
void |
storeUserCredentials(String user,
String password,
UserCredentials userCredentials) |
void addAccount(String user, String password)
user - password - org.adorsys.encobject.exceptions.KeystoreNotFoundExceptionboolean hasAccount(String user)
UserCredentials loadUserCredentials(String user, String password)
void storeUserCredentials(String user, String password, UserCredentials userCredentials)
Copyright © 2018. All rights reserved.