Class LostPasswordServiceImpl
java.lang.Object
net.datenwerke.rs.passwordpolicy.service.lostpassword.LostPasswordServiceImpl
- All Implemented Interfaces:
LostPasswordService
-
Constructor Summary
ConstructorsConstructorDescriptionLostPasswordServiceImpl(EventBus eventBus, PasswordHasher passwordHasher, UserManagerService userManagerService, <any> passwordGenerator, UserPropertiesService userPropertiesService, ConfigService configService, RemoteMessageService remoteMessageService, MailService mailService, CryptoRpcService cryptoRpcService, <any> configServiceProvider) -
Method Summary
-
Constructor Details
-
LostPasswordServiceImpl
public LostPasswordServiceImpl(EventBus eventBus, PasswordHasher passwordHasher, UserManagerService userManagerService, <any> passwordGenerator, UserPropertiesService userPropertiesService, ConfigService configService, RemoteMessageService remoteMessageService, MailService mailService, CryptoRpcService cryptoRpcService, <any> configServiceProvider)
-
-
Method Details
-
requestNewPassword
- Specified by:
requestNewPasswordin interfaceLostPasswordService- Throws:
ExpectedException
-
isLostPasswordDisabled
public boolean isLostPasswordDisabled()- Specified by:
isLostPasswordDisabledin interfaceLostPasswordService
-