Class ResetPasswordPage


  • public class ResetPasswordPage
    extends ViewPage
    Represents the actions possible on the XWiki.ResetPassword page.
    Since:
    7.0M2
    Version:
    $Id: ae0fe867743ae6dfd8ecddb5d9e54bd8c50298ec $
    • Field Detail

      • RESET_PASSWORD_URL_RESOURCE

        public static final String RESET_PASSWORD_URL_RESOURCE
        Resource action used for the reset password handling.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResetPasswordPage

        public ResetPasswordPage()
    • Method Detail

      • getResetPasswordURL

        public static String getResetPasswordURL()
      • getUserName

        public String getUserName()
      • setUserName

        public void setUserName​(String userName)
      • isFormSubmitted

        public boolean isFormSubmitted()
        This method only checks if the form was properly submitted and didn't return an error. It does not mean that an email was necessarily sent.
        Returns:
        true if the form is properly submitted.
      • getMessage

        public String getMessage()