public interface UserAccountService
| Modifier and Type | Method and Description |
|---|---|
MolgenisUser |
getCurrentUser()
Returns the currently logged in user
|
void |
updateCurrentUser(MolgenisUser molgenisUser)
Update the currently logged in user
|
boolean |
validateCurrentUserPassword(String password)
Validates the password of the current logged in user
|
MolgenisUser getCurrentUser() throws DatabaseException
DatabaseExceptionvoid updateCurrentUser(MolgenisUser molgenisUser) throws DatabaseException
molgenisUser - updated userDatabaseExceptionboolean validateCurrentUserPassword(String password) throws DatabaseException
password - DatabaseExceptionCopyright © 2013. All Rights Reserved.