Class ForgottenPasswordService
java.lang.Object
hu.rts.mike.example.dev.crm.rest.security.ForgottenPasswordService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AuthInfoRepositoryprivate Stringprivate final LoginServiceprivate final org.springframework.context.MessageSourceprivate String -
Constructor Summary
ConstructorsConstructorDescriptionForgottenPasswordService(LoginService loginService, org.springframework.context.MessageSource messageSource, AuthInfoRepository authInfoRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrequestPasswordReset(String userNameOrEmail, Locale language)
-
Field Details
-
domain
-
passwordResetViewUrl
-
loginService
-
messageSource
private final org.springframework.context.MessageSource messageSource -
authInfoRepository
-
-
Constructor Details
-
ForgottenPasswordService
public ForgottenPasswordService(LoginService loginService, org.springframework.context.MessageSource messageSource, AuthInfoRepository authInfoRepository)
-
-
Method Details
-
requestPasswordReset
-
changePassword
-