public class ViewConnectorDirectoryConnectorPage extends ViewDirectory
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
baseDNInput |
protected com.atlassian.pageobjects.elements.PageElement |
configurationTabButton |
protected LdapConnectorForConnector |
connector |
protected com.atlassian.pageobjects.elements.PageElement |
detailsTabButton |
protected PasswordChanger |
passwordChanger |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
pollingIntervalInput |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
idQueryParam
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
Constructor and Description |
---|
ViewConnectorDirectoryConnectorPage() |
ViewConnectorDirectoryConnectorPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
ViewConnectorDirectoryConnectorPage |
connector(Consumer<LdapConnectorForConnector> connectorConsumer) |
LdapConnectorForConnector |
getConnector() |
PasswordChanger |
getPasswordChanger() |
String |
getUrl() |
ViewConnectorDirectoryConfigurationPage |
goToConfiguration() |
ViewConnectorDirectoryDetailsPage |
goToDetails() |
ViewConnectorDirectoryPermissionsPage |
goToPermissions() |
void |
init() |
ViewConnectorDirectoryConnectorPage |
password(Consumer<PasswordChanger> passwordChangerConsumer) |
ViewConnectorDirectoryConnectorPage |
setBaseDN(String s) |
ViewConnectorDirectoryConnectorPage |
setPollingInterval(Integer s) |
ViewConnectorDirectoryConnectorPage |
submit() |
delete, getId
bindAndWaitUntilPageLoad, getAuiMessages, getForgedLicenseWarningBanner, getHeader, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement detailsTabButton
protected com.atlassian.pageobjects.elements.PageElement configurationTabButton
protected com.atlassian.pageobjects.elements.PageElement permissionsTabButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected com.atlassian.pageobjects.elements.PageElement pollingIntervalInput
protected com.atlassian.pageobjects.elements.PageElement baseDNInput
protected PasswordChanger passwordChanger
protected LdapConnectorForConnector connector
public ViewConnectorDirectoryConnectorPage()
public ViewConnectorDirectoryConnectorPage(String idQueryParam)
public void init()
public ViewConnectorDirectoryConnectorPage connector(Consumer<LdapConnectorForConnector> connectorConsumer)
public LdapConnectorForConnector getConnector()
public ViewConnectorDirectoryConnectorPage password(Consumer<PasswordChanger> passwordChangerConsumer)
public PasswordChanger getPasswordChanger()
public ViewConnectorDirectoryConnectorPage submit()
public ViewConnectorDirectoryDetailsPage goToDetails()
public ViewConnectorDirectoryConfigurationPage goToConfiguration()
public ViewConnectorDirectoryPermissionsPage goToPermissions()
public String getUrl()
public ViewConnectorDirectoryConnectorPage setPollingInterval(Integer s)
public ViewConnectorDirectoryConnectorPage setBaseDN(String s)
Copyright © 2021 Atlassian. All rights reserved.