public class ViewDelegatedDirectoryConnectorPage extends ViewDirectory
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
configurationTabButton |
protected LdapConnectorForDelegated |
connector |
protected com.atlassian.pageobjects.elements.PageElement |
detailsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
directoryType |
protected PasswordChanger |
passwordChanger |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTabButton |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
idQueryParam
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
Constructor and Description |
---|
ViewDelegatedDirectoryConnectorPage() |
ViewDelegatedDirectoryConnectorPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
ViewDelegatedDirectoryConnectorPage |
connector(Consumer<LdapConnectorForDelegated> connectorConsumer) |
LdapConnectorForDelegated |
getConnector() |
PasswordChanger |
getPasswordChanger() |
String |
getType() |
String |
getUrl() |
ViewDelegatedDirectoryConfigurationPage |
goToConfiguration() |
ViewDelegatedDirectoryDetailsPage |
goToDetails() |
ViewDelegatedDirectoryPermissionsPage |
goToPermissions() |
void |
init() |
ViewDelegatedDirectoryConnectorPage |
password(Consumer<PasswordChanger> passwordChangerConsumer) |
ViewDelegatedDirectoryConnectorPage |
submit() |
delete, getId
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, 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 directoryType
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected LdapConnectorForDelegated connector
protected PasswordChanger passwordChanger
public ViewDelegatedDirectoryConnectorPage()
public ViewDelegatedDirectoryConnectorPage(String idQueryParam)
public void init()
public ViewDelegatedDirectoryDetailsPage goToDetails()
public ViewDelegatedDirectoryConfigurationPage goToConfiguration()
public ViewDelegatedDirectoryPermissionsPage goToPermissions()
public ViewDelegatedDirectoryConnectorPage password(Consumer<PasswordChanger> passwordChangerConsumer)
public ViewDelegatedDirectoryConnectorPage submit()
public PasswordChanger getPasswordChanger()
public String getType()
public ViewDelegatedDirectoryConnectorPage connector(Consumer<LdapConnectorForDelegated> connectorConsumer)
public LdapConnectorForDelegated getConnector()
public String getUrl()
Copyright © 2020 Atlassian. All rights reserved.