public class ViewAzureAdPage extends ViewDirectory
| Modifier and Type | Field and Description |
|---|---|
protected com.atlassian.pageobjects.elements.PageElement |
active |
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 |
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 |
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 |
binder, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, pageBinder| Constructor and Description |
|---|
ViewAzureAdPage() |
ViewAzureAdPage(String idQueryParam) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Collection<org.openqa.selenium.WebElement> |
getErrors() |
String |
getName() |
String |
getNativeAppId() |
Integer |
getPollingIntervalInMin() |
String |
getTenantId() |
String |
getUrl() |
String |
getWebApplicationId() |
String |
getWebAppSecret() |
boolean |
isActive() |
boolean |
isUseNestedGroups() |
void |
setActive(boolean value) |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setNativeAppId(String value) |
void |
setPollingIntervalInMin(Integer value) |
void |
setTenantId(String value) |
void |
setUseNestedGroups(boolean value) |
void |
setWebApplicationId(String value) |
void |
setWebAppSecret(String value) |
protected void |
waitUntilContentLoad()
Waits until the content has loaded.
|
delete, getIdgetHeader, waitUntilPageLoadprotected 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 tenantId
protected com.atlassian.pageobjects.elements.PageElement pollingIntervalInMin
protected com.atlassian.pageobjects.elements.PageElement continueButton
public ViewAzureAdPage()
public ViewAzureAdPage(String idQueryParam)
protected void waitUntilContentLoad()
AbstractCrowdPageAbstractCrowdPage.waitUntilPageLoad(). Subclasses should override this
method to wait for a distinguishing content to appear. E.g. a page title.waitUntilContentLoad in class AbstractCrowdPagepublic 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 void setActive(boolean value)
public boolean isActive()
public void setPollingIntervalInMin(Integer value)
public Integer getPollingIntervalInMin()
Copyright © 2019 Atlassian. All rights reserved.