public class LostPasswordServiceImpl extends java.lang.Object implements LostPasswordService
Constructor and Description |
---|
LostPasswordServiceImpl(EventBus eventBus,
PasswordHasher passwordHasher,
UserManagerService userManagerService,
<any> passwordGenerator,
UserPropertiesService userPropertiesService,
ConfigService configService,
RemoteMessageService remoteMessageService,
MailService mailService,
CryptoRpcService cryptoRpcService,
<any> configServiceProvider) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLostPasswordDisabled() |
java.lang.String |
requestNewPassword(java.lang.String username) |
public LostPasswordServiceImpl(EventBus eventBus, PasswordHasher passwordHasher, UserManagerService userManagerService, <any> passwordGenerator, UserPropertiesService userPropertiesService, ConfigService configService, RemoteMessageService remoteMessageService, MailService mailService, CryptoRpcService cryptoRpcService, <any> configServiceProvider)
public java.lang.String requestNewPassword(java.lang.String username) throws ExpectedException
requestNewPassword
in interface LostPasswordService
ExpectedException
public boolean isLostPasswordDisabled()
isLostPasswordDisabled
in interface LostPasswordService