public interface UserAccountService
| Modifier and Type | Method and Description |
|---|---|
MolgenisUser |
getCurrentUser()
Returns the currently logged in user
|
Iterable<MolgenisGroup> |
getCurrentUserGroups()
Returns the groups to which the currently logged in user belongs
|
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()
Iterable<MolgenisGroup> getCurrentUserGroups()
void updateCurrentUser(MolgenisUser molgenisUser)
molgenisUser - updated userboolean validateCurrentUserPassword(String password)
password - Copyright © 2015. All Rights Reserved.