@Service public class AccountServiceImpl extends Object implements AccountService
ALL_USER_GROUP, KEY_PLUGIN_AUTH_ACTIVATIONMODE, KEY_PLUGIN_AUTH_ENABLE_SELFREGISTRATION| Constructor and Description |
|---|
AccountServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateUser(String activationCode)
Activate a registered user
|
void |
changePassword(String username,
String newPassword) |
void |
createUser(MolgenisUser molgenisUser,
String baseActivationUri) |
ActivationMode |
getActivationMode() |
boolean |
isSelfRegistrationEnabled() |
void |
resetPassword(String userEmail) |
@Transactional public void createUser(MolgenisUser molgenisUser, String baseActivationUri)
createUser in interface AccountServicepublic void activateUser(String activationCode)
AccountServiceactivateUser in interface AccountServicepublic void changePassword(String username, String newPassword)
changePassword in interface AccountServicepublic void resetPassword(String userEmail)
resetPassword in interface AccountServicepublic ActivationMode getActivationMode()
getActivationMode in interface AccountServicepublic boolean isSelfRegistrationEnabled()
isSelfRegistrationEnabled in interface AccountServiceCopyright © 2015. All Rights Reserved.