public interface UserAccountService
| Modifier and Type | Field and Description |
|---|---|
static int |
MIN_PASSWORD_LENGTH |
| 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
|
static final int MIN_PASSWORD_LENGTH
MolgenisUser getCurrentUser()
Iterable<MolgenisGroup> getCurrentUserGroups()
void updateCurrentUser(MolgenisUser molgenisUser)
molgenisUser - updated userboolean validateCurrentUserPassword(String password)
password - Copyright © 2016. All Rights Reserved.