Class ForgotPasswordUnknownUserEvent

  • All Implemented Interfaces:
    Serializable

    public class ForgotPasswordUnknownUserEvent
    extends ConfluenceEvent
    This event is triggered when the 'forgot password' form is submitted and there is no corresponding user found
    Since:
    7.5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ForgotPasswordUnknownUserEvent

        public ForgotPasswordUnknownUserEvent​(Object src,
                                              String usernameOrEmail)
    • Method Detail

      • getUsernameOrEmail

        public String getUsernameOrEmail()