org.molgenis.omx.auth.service
Class AccountService
java.lang.Object
org.molgenis.omx.auth.service.AccountService
@Service
public class AccountService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_PLUGIN_AUTH_ACTIVATIONMODE
public static final String KEY_PLUGIN_AUTH_ACTIVATIONMODE
- See Also:
- Constant Field Values
AccountService
public AccountService()
createUser
public void createUser(MolgenisUser molgenisUser,
URI baseActivationUri)
throws DatabaseException
- Throws:
DatabaseException
activateUser
public void activateUser(String activationCode)
throws DatabaseException
- Activate a registered user
- Parameters:
activationCode -
- Throws:
DatabaseException
resetPassword
public void resetPassword(MolgenisUser molgenisUser)
throws DatabaseException
- Throws:
DatabaseException
Copyright © 2013. All Rights Reserved.