public class ActivateUserServiceImpl extends java.lang.Object implements ActivateUserService
| Constructor and Description | 
|---|
| ActivateUserServiceImpl(UserManagerService userManagerService,
                       EventBus eventBus,
                       <any> passwordGenerator,
                       MailService mailService,
                       <any> requestProvider,
                       ConfigService configService,
                       BsiPasswordPolicyService bsiPasswordPolicyService,
                       RemoteMessageService remoteMessageService) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | activateAccount(User user) | 
| void | activateAccount(User user,
               boolean force) | 
public ActivateUserServiceImpl(UserManagerService userManagerService, EventBus eventBus, <any> passwordGenerator, MailService mailService, <any> requestProvider, ConfigService configService, BsiPasswordPolicyService bsiPasswordPolicyService, RemoteMessageService remoteMessageService)
public void activateAccount(User user, boolean force) throws ExpectedException
activateAccount in interface ActivateUserServiceExpectedExceptionpublic void activateAccount(User user) throws ExpectedException
activateAccount in interface ActivateUserServiceExpectedException