Package com.atlassian.crowd.pageobjects
Class ApplicationOptionsPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.ApplicationOptionsPage
- All Implemented Interfaces:
CrowdPage,com.atlassian.pageobjects.Page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.CheckboxElementFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUrl()booleanbooleanbooleanbooleanbooleansetAliasingEnabled(boolean value) setAuthenticationViaEmailEnabled(boolean value) setAuthWithoutPasswordEnabled(boolean value) setLowerCaseOutput(boolean value) 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
-
lowerCaseOutput
protected com.atlassian.pageobjects.elements.CheckboxElement lowerCaseOutput -
aliasingEnabled
protected com.atlassian.pageobjects.elements.CheckboxElement aliasingEnabled -
authWithoutPasswordEnabled
protected com.atlassian.pageobjects.elements.CheckboxElement authWithoutPasswordEnabled -
authenticationViaEmailEnabled
protected com.atlassian.pageobjects.elements.CheckboxElement authenticationViaEmailEnabled -
authWithoutPasswordConfirmDialog
protected com.atlassian.pageobjects.elements.PageElement authWithoutPasswordConfirmDialog -
authWithoutPasswordConfirmDialogSubmitButton
protected com.atlassian.pageobjects.elements.PageElement authWithoutPasswordConfirmDialogSubmitButton
-
-
Constructor Details
-
ApplicationOptionsPage
-
-
Method Details
-
hasLowerCaseOutput
public boolean hasLowerCaseOutput() -
setLowerCaseOutput
-
hasAliasingEnabled
public boolean hasAliasingEnabled() -
setAliasingEnabled
-
setAuthenticationViaEmailEnabled
-
isAuthenticationViaEmailPresent
public boolean isAuthenticationViaEmailPresent() -
hasAuthenticationViaEmailEnabled
public boolean hasAuthenticationViaEmailEnabled() -
hasAuthWithoutPasswordEnabled
public boolean hasAuthWithoutPasswordEnabled() -
setAuthWithoutPasswordEnabled
-
getUrl
-