public class NotificationEmailChangedPasswordHook extends java.lang.Object implements PasswordManualSetHook
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
| Constructor and Description |
|---|
NotificationEmailChangedPasswordHook(RemoteMessageService remoteMessageService,
MailService mailService,
ConfigService configService) |
| Modifier and Type | Method and Description |
|---|---|
void |
passwordWasManuallySet(User user,
boolean createdPassword) |
public static final java.lang.String CONFIG_FILE
public NotificationEmailChangedPasswordHook(RemoteMessageService remoteMessageService, MailService mailService, ConfigService configService)
public void passwordWasManuallySet(User user, boolean createdPassword)
passwordWasManuallySet in interface PasswordManualSetHook