Class ResetPasswordPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.user.ResetPasswordPage
All Implemented Interfaces:
CrowdPage, com.atlassian.pageobjects.Page

public class ResetPasswordPage extends AbstractCrowdPage
  • Field Details

    • crowdErrorAndSuccessSection

      protected CrowdErrorAndSuccessSection crowdErrorAndSuccessSection
    • password

      protected com.atlassian.pageobjects.elements.PageElement password
    • confirmPassword

      protected com.atlassian.pageobjects.elements.PageElement confirmPassword
    • submitButton

      protected com.atlassian.pageobjects.elements.PageElement submitButton
    • warningMessageContainer

      protected com.atlassian.pageobjects.elements.PageElement warningMessageContainer
    • form

      protected com.atlassian.pageobjects.elements.PageElement form
  • Constructor Details

    • ResetPasswordPage

      public ResetPasswordPage()
    • ResetPasswordPage

      public ResetPasswordPage(String username, long directoryId, String token)
  • Method Details

    • init

      public void init()
    • getPassword

      public String getPassword()
    • setPassword

      public ResetPasswordPage setPassword(String password)
    • getConfirmPassword

      public String getConfirmPassword()
    • setConfirmPassword

      public ResetPasswordPage setConfirmPassword(String confirmPassword)
    • changePassword

      public ResetPasswordPage changePassword(String password)
    • submit

      public CrowdLoginPage submit()
    • submitExpectingFailure

      public ResetPasswordPage submitExpectingFailure()
    • canResetPassword

      public boolean canResetPassword()
    • getWarningMessage

      public String getWarningMessage()
    • getUrl

      public String getUrl()
    • getErrorMessage

      public String getErrorMessage()