public class ViewAzureAdPage extends ViewDirectory
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
active |
protected com.atlassian.pageobjects.elements.PageElement |
connectionTimeout |
protected com.atlassian.pageobjects.elements.PageElement |
continueButton |
protected com.atlassian.pageobjects.elements.PageElement |
description |
protected com.atlassian.pageobjects.elements.PageElement |
detailsTab |
protected com.atlassian.pageobjects.elements.PageElement |
groupFilterCheckbox |
protected com.atlassian.pageobjects.elements.PageElement |
incrementalSync |
protected com.atlassian.pageobjects.elements.PageElement |
name |
protected com.atlassian.pageobjects.elements.PageElement |
nativeAppId |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTab |
protected com.atlassian.pageobjects.elements.PageElement |
pollingIntervalInMin |
protected com.atlassian.pageobjects.elements.PageElement |
readTimeout |
protected com.atlassian.pageobjects.elements.PageElement |
tenantId |
protected com.atlassian.pageobjects.elements.PageElement |
title |
protected com.atlassian.pageobjects.elements.PageElement |
useNestedGroups |
protected com.atlassian.pageobjects.elements.PageElement |
webAppId |
protected com.atlassian.pageobjects.elements.PageElement |
webAppSecret |
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 |
---|
ViewAzureAdPage() |
ViewAzureAdPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionTimeout() |
String |
getDescription() |
Collection<org.openqa.selenium.WebElement> |
getErrors() |
List<String> |
getGroupsToFilter() |
String |
getName() |
String |
getNativeAppId() |
Integer |
getPollingIntervalInMin() |
String |
getReadTimeout() |
String |
getTenantId() |
String |
getUrl() |
String |
getWebApplicationId() |
String |
getWebAppSecret() |
boolean |
isActive() |
protected boolean |
isContentLoaded()
Returns whether the content has loaded.
|
boolean |
isGroupFilteringEnabled() |
boolean |
isIncrementalSyncEnabled() |
boolean |
isUseNestedGroups() |
void |
setActive(boolean value) |
void |
setConnectionTimeout(String value) |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setNativeAppId(String value) |
void |
setPollingIntervalInMin(Integer value) |
void |
setReadTimeout(String value) |
void |
setTenantId(String value) |
void |
setUseNestedGroups(boolean value) |
void |
setWebApplicationId(String value) |
void |
setWebAppSecret(String value) |
delete, getId
getAuiMessages, getHeader, getReactMessage, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement title
protected com.atlassian.pageobjects.elements.PageElement name
protected com.atlassian.pageobjects.elements.PageElement description
protected com.atlassian.pageobjects.elements.PageElement detailsTab
protected com.atlassian.pageobjects.elements.PageElement permissionsTab
protected com.atlassian.pageobjects.elements.PageElement active
protected com.atlassian.pageobjects.elements.PageElement webAppId
protected com.atlassian.pageobjects.elements.PageElement webAppSecret
protected com.atlassian.pageobjects.elements.PageElement nativeAppId
protected com.atlassian.pageobjects.elements.PageElement useNestedGroups
protected com.atlassian.pageobjects.elements.PageElement incrementalSync
protected com.atlassian.pageobjects.elements.PageElement tenantId
protected com.atlassian.pageobjects.elements.PageElement pollingIntervalInMin
protected com.atlassian.pageobjects.elements.PageElement connectionTimeout
protected com.atlassian.pageobjects.elements.PageElement readTimeout
protected com.atlassian.pageobjects.elements.PageElement continueButton
protected com.atlassian.pageobjects.elements.PageElement groupFilterCheckbox
public ViewAzureAdPage()
public ViewAzureAdPage(String idQueryParam)
protected boolean isContentLoaded()
AbstractCrowdPage
AbstractCrowdPage.waitUntilContentLoaded()
. Subclasses should override
this method to wait for a distinguishing content to appear. E.g. a page title.isContentLoaded
in class AbstractCrowdPage
public String getUrl()
public Collection<org.openqa.selenium.WebElement> getErrors()
public void setName(String value)
public String getName()
public void setDescription(String value)
public String getDescription()
public void setWebApplicationId(String value)
public String getWebApplicationId()
public void setWebAppSecret(String value)
public String getWebAppSecret()
public void setNativeAppId(String value)
public String getNativeAppId()
public void setTenantId(String value)
public String getTenantId()
public void setUseNestedGroups(boolean value)
public boolean isUseNestedGroups()
public boolean isGroupFilteringEnabled()
public boolean isIncrementalSyncEnabled()
public void setActive(boolean value)
public boolean isActive()
public void setPollingIntervalInMin(Integer value)
public Integer getPollingIntervalInMin()
public String getConnectionTimeout()
public void setConnectionTimeout(String value)
public String getReadTimeout()
public void setReadTimeout(String value)
Copyright © 2020 Atlassian. All rights reserved.