Class AddApplicationAuthorisationDetailsPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.application.add.AddApplicationOngoingStepPage
com.atlassian.crowd.pageobjects.application.add.AddApplicationAuthorisationDetailsPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
Fields inherited from class com.atlassian.crowd.pageobjects.application.add.AddApplicationOngoingStepPage
ERRORS_SELECTOR
Fields inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
auiMessages, DEFAULT_CANCEL_BUTTON_ID, DEFAULT_FORM_FIELD_SELECTOR, DEFAULT_SUBMIT_BUTTON_SELECTOR, driver, finder, footer, forgedLicenseWarningBanner, I18N, NEXT_BUTTON_SELECTOR, pageBinder, systemAdminMenu, TABLE_ROWS_SELECTOR, VALUE_DATA_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionenableDirectoryGroup
(String directoryName, String groupName) protected com.atlassian.pageobjects.elements.PageElement
getAddGroupButtonForDirectory
(String directoryName) protected com.atlassian.pageobjects.elements.PageElement
getAllowAllToAuthenticateCheckboxForDirectory
(String directoryName) getAllowedGroupsForDirectory
(String directoryName) protected com.atlassian.pageobjects.elements.SelectElement
getGroupsSelectForDirectory
(String directoryName) protected com.atlassian.pageobjects.elements.PageElement
getSectionForDirectory
(String directoryName) boolean
isAuthorisedGroupsSectionVisible
(String directoryName) nextPage()
setAllowAllGroupsFromDirectory
(String directoryName, boolean value) Methods inherited from class com.atlassian.crowd.pageobjects.application.add.AddApplicationOngoingStepPage
getUrl
Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, selectOptionById, selectOptionByLabel, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
-
Field Details
-
continueButton
protected com.atlassian.pageobjects.elements.PageElement continueButton
-
-
Constructor Details
-
AddApplicationAuthorisationDetailsPage
public AddApplicationAuthorisationDetailsPage()
-
-
Method Details
-
enableDirectoryGroup
public AddApplicationAuthorisationDetailsPage enableDirectoryGroup(String directoryName, String groupName) -
setAllowAllGroupsFromDirectory
public AddApplicationAuthorisationDetailsPage setAllowAllGroupsFromDirectory(String directoryName, boolean value) -
isAuthorisedGroupsSectionVisible
-
nextPage
-
getAllowedGroupsForDirectory
-
getAllowAllToAuthenticateCheckboxForDirectory
protected com.atlassian.pageobjects.elements.PageElement getAllowAllToAuthenticateCheckboxForDirectory(String directoryName) -
getAddGroupButtonForDirectory
protected com.atlassian.pageobjects.elements.PageElement getAddGroupButtonForDirectory(String directoryName) -
getSectionForDirectory
protected com.atlassian.pageobjects.elements.PageElement getSectionForDirectory(String directoryName) -
getGroupsSelectForDirectory
protected com.atlassian.pageobjects.elements.SelectElement getGroupsSelectForDirectory(String directoryName)
-