org.molgenis.omx.auth.service
Class AccountService

java.lang.Object
  extended by org.molgenis.omx.auth.service.AccountService

@Service
public class AccountService
extends Object


Field Summary
static String KEY_PLUGIN_AUTH_ACTIVATIONMODE
           
 
Constructor Summary
AccountService()
           
 
Method Summary
 void activateUser(String activationCode)
          Activate a registered user
 void createUser(MolgenisUser molgenisUser, URI baseActivationUri)
           
 void resetPassword(MolgenisUser molgenisUser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PLUGIN_AUTH_ACTIVATIONMODE

public static final String KEY_PLUGIN_AUTH_ACTIVATIONMODE
See Also:
Constant Field Values
Constructor Detail

AccountService

public AccountService()
Method Detail

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.