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()
void updateCurrentUser(MolgenisUser molgenisUser)
molgenisUser - updated userboolean validateCurrentUserPassword(String password)
password - Copyright © 2014. All Rights Reserved.