Class ApplicationOptionsPage

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

public class ApplicationOptionsPage extends AbstractCrowdPage
  • Field Details

    • lowerCaseOutput

      protected com.atlassian.pageobjects.elements.CheckboxElement lowerCaseOutput
    • aliasingEnabled

      protected com.atlassian.pageobjects.elements.CheckboxElement aliasingEnabled
    • authWithoutPasswordEnabled

      protected com.atlassian.pageobjects.elements.CheckboxElement authWithoutPasswordEnabled
    • authenticationViaEmailEnabled

      protected com.atlassian.pageobjects.elements.CheckboxElement authenticationViaEmailEnabled
    • authWithoutPasswordConfirmDialog

      protected com.atlassian.pageobjects.elements.PageElement authWithoutPasswordConfirmDialog
    • authWithoutPasswordConfirmDialogSubmitButton

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

    • ApplicationOptionsPage

      public ApplicationOptionsPage(String paramName, String paramValue)
  • Method Details

    • hasLowerCaseOutput

      public boolean hasLowerCaseOutput()
    • setLowerCaseOutput

      public ApplicationOptionsPage setLowerCaseOutput(boolean value)
    • hasAliasingEnabled

      public boolean hasAliasingEnabled()
    • setAliasingEnabled

      public ApplicationOptionsPage setAliasingEnabled(boolean value)
    • setAuthenticationViaEmailEnabled

      public ApplicationOptionsPage setAuthenticationViaEmailEnabled(boolean value)
    • isAuthenticationViaEmailPresent

      public boolean isAuthenticationViaEmailPresent()
    • hasAuthenticationViaEmailEnabled

      public boolean hasAuthenticationViaEmailEnabled()
    • hasAuthWithoutPasswordEnabled

      public boolean hasAuthWithoutPasswordEnabled()
    • setAuthWithoutPasswordEnabled

      public ApplicationOptionsPage setAuthWithoutPasswordEnabled(boolean value)
    • getUrl

      public String getUrl()