Class PasswordChanger

java.lang.Object
com.atlassian.crowd.pageobjects.PasswordChanger

public class PasswordChanger extends Object
  • Field Details

    • finder

      @Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
    • editPasswordButton

      protected com.atlassian.pageobjects.elements.PageElement editPasswordButton
    • cancelEditPasswordButton

      protected com.atlassian.pageobjects.elements.PageElement cancelEditPasswordButton
    • passwordFieldId

      protected final String passwordFieldId
    • password

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

    • PasswordChanger

      public PasswordChanger(String passwordFieldId)
  • Method Details

    • init

      public void init()
    • editPassword

      public PasswordChanger editPassword()
    • cancelPasswordEdit

      public PasswordChanger cancelPasswordEdit()
    • setPassword

      public PasswordChanger setPassword(String value)
    • getPassword

      public String getPassword()
    • isEditPasswordEnabled

      public boolean isEditPasswordEnabled()