Class ViewInternalDirectoryConfigurationPage
java.lang.Object
com.atlassian.crowd.pageobjects.AbstractCrowdPage
com.atlassian.crowd.pageobjects.directory.view.ViewDirectory
com.atlassian.crowd.pageobjects.directory.view.internal.ViewInternalDirectoryConfigurationPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected ViewInternalTabsprotected com.atlassian.pageobjects.elements.PageElementFields inherited from class com.atlassian.crowd.pageobjects.directory.view.ViewDirectory
idQueryParamFields 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()voidinit()setPasswordComplexityMessage(String passwordComplexityMessage) setPasswordHistoryCount(String value) setPasswordMaxAttempts(String value) setPasswordMaxChangeTime(String value) setPasswordRegex(String passwordRegex) submit()Methods inherited from class com.atlassian.crowd.pageobjects.directory.view.ViewDirectory
delete, getIdMethods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
bindAndWaitUntilPageLoad, clickWithJsById, executeJavascript, getAuiMessages, getForgedLicenseWarningBanner, getHeader, getJsExecutor, getSystemAdminDropdownMenu, initializeSystemAdminMenu, isContentLoaded, isSystemAdminDropdownMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilAsyncFinished, waitUntilAsyncFinished, waitUntilContentLoaded, waitUntilPageLoad
-
Field Details
-
userEncryptionMethod
protected com.atlassian.pageobjects.elements.PageElement userEncryptionMethod -
passwordRegex
protected com.atlassian.pageobjects.elements.PageElement passwordRegex -
passwordComplexityMessage
protected com.atlassian.pageobjects.elements.PageElement passwordComplexityMessage -
passwordMaxAttempts
protected com.atlassian.pageobjects.elements.PageElement passwordMaxAttempts -
passwordMaxChangeTime
protected com.atlassian.pageobjects.elements.PageElement passwordMaxChangeTime -
passwordHistoryCount
protected com.atlassian.pageobjects.elements.PageElement passwordHistoryCount -
tabs
-
submitButton
protected com.atlassian.pageobjects.elements.PageElement submitButton
-
-
Constructor Details
-
ViewInternalDirectoryConfigurationPage
public ViewInternalDirectoryConfigurationPage() -
ViewInternalDirectoryConfigurationPage
-
-
Method Details
-
init
public void init() -
goToGeneral
-
goToPermissions
-
getUserEncryptionMethod
-
setPasswordRegex
-
getPasswordRegex
-
setPasswordComplexityMessage
public ViewInternalDirectoryConfigurationPage setPasswordComplexityMessage(String passwordComplexityMessage) -
getPasswordComplexityMessage
-
getPasswordMaxAttempts
-
setPasswordMaxAttempts
-
getPasswordMaxChangeTime
-
setPasswordMaxChangeTime
-
getPasswordHistoryCount
-
setPasswordHistoryCount
-
submit
-
getUrl
-