Class CreateDirectoryPage

java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.directory.create.CreateDirectoryPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public abstract class CreateDirectoryPage extends AbstractCrowdPage
  • Field Details

    • DIRECTORY_ID_QUERY_PARAM_PATTERN

      public static final Pattern DIRECTORY_ID_QUERY_PARAM_PATTERN
    • title

      protected com.atlassian.pageobjects.elements.PageElement title
    • name

      protected com.atlassian.pageobjects.elements.PageElement name
    • description

      protected com.atlassian.pageobjects.elements.PageElement description
    • detailsTab

      protected com.atlassian.pageobjects.elements.PageElement detailsTab
    • connectorTab

      protected com.atlassian.pageobjects.elements.PageElement connectorTab
    • configurationTab

      protected com.atlassian.pageobjects.elements.PageElement configurationTab
    • permissionsTab

      protected com.atlassian.pageobjects.elements.PageElement permissionsTab
    • url

      protected com.atlassian.pageobjects.elements.PageElement url
    • baseDN

      protected com.atlassian.pageobjects.elements.PageElement baseDN
    • userDN

      protected com.atlassian.pageobjects.elements.PageElement userDN
    • ldapPassword

      protected com.atlassian.pageobjects.elements.PageElement ldapPassword
    • connector

      protected com.atlassian.pageobjects.elements.SelectElement connector
    • continueButton

      protected com.atlassian.pageobjects.elements.PageElement continueButton
    • readTimeout

      protected com.atlassian.pageobjects.elements.PageElement readTimeout
    • searchTimeout

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

    • CreateDirectoryPage

      public CreateDirectoryPage()
  • Method Details