Class ForgotPasswordEvent
- java.lang.Object
-
- com.atlassian.confluence.event.events.security.ForgotPasswordEvent
-
- All Implemented Interfaces:
NotificationEnabledEvent
public class ForgotPasswordEvent extends Object implements NotificationEnabledEvent
-
-
Constructor Summary
Constructors Constructor Description ForgotPasswordEvent(ConfluenceUser user, String resetPasswordLink, String changePasswordRequestLink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChangePasswordRequestLink()
String
getResetPasswordLink()
ConfluenceUser
getUser()
boolean
isSuppressNotifications()
-
-
-
Constructor Detail
-
ForgotPasswordEvent
public ForgotPasswordEvent(ConfluenceUser user, String resetPasswordLink, String changePasswordRequestLink)
-
-
Method Detail
-
getResetPasswordLink
public String getResetPasswordLink()
-
getChangePasswordRequestLink
public String getChangePasswordRequestLink()
-
getUser
public ConfluenceUser getUser()
-
isSuppressNotifications
public final boolean isSuppressNotifications()
- Specified by:
isSuppressNotifications
in interfaceNotificationEnabledEvent
-
-