Class NotificationEmailChangedPasswordHook
java.lang.Object
net.datenwerke.security.service.usermanager.hooks.NotificationEmailChangedPasswordHook
- All Implemented Interfaces:
Hook,PasswordManualSetHook
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotificationEmailChangedPasswordHook(RemoteMessageService remoteMessageService, MailService mailService, ConfigService configService) -
Method Summary
Modifier and TypeMethodDescriptionvoidpasswordWasManuallySet(User user, boolean createdPassword)
-
Field Details
-
CONFIG_FILE
- See Also:
-
-
Constructor Details
-
NotificationEmailChangedPasswordHook
public NotificationEmailChangedPasswordHook(RemoteMessageService remoteMessageService, MailService mailService, ConfigService configService)
-
-
Method Details
-
passwordWasManuallySet
- Specified by:
passwordWasManuallySetin interfacePasswordManualSetHook
-