public class ViewInternalDirectoryConfigurationPage extends ViewDirectory
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
passwordComplexityMessage |
protected com.atlassian.pageobjects.elements.PageElement |
passwordHistoryCount |
protected com.atlassian.pageobjects.elements.PageElement |
passwordMaxAttempts |
protected com.atlassian.pageobjects.elements.PageElement |
passwordMaxChangeTime |
protected com.atlassian.pageobjects.elements.PageElement |
passwordRegex |
protected com.atlassian.pageobjects.elements.PageElement |
permissionsTab |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
protected com.atlassian.pageobjects.elements.PageElement |
userEncryptionMethod |
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 |
---|
ViewInternalDirectoryConfigurationPage() |
ViewInternalDirectoryConfigurationPage(String idQueryParam) |
Modifier and Type | Method and Description |
---|---|
String |
getPasswordComplexityMessage() |
String |
getPasswordHistoryCount() |
String |
getPasswordMaxAttempts() |
String |
getPasswordMaxChangeTime() |
String |
getPasswordRegex() |
String |
getUrl() |
String |
getUserEncryptionMethod() |
ViewInternalDirectoryPermissionsPage |
goToPermissions() |
ViewInternalDirectoryConfigurationPage |
setPasswordComplexityMessage(String passwordComplexityMessage) |
ViewInternalDirectoryConfigurationPage |
setPasswordHistoryCount(String value) |
ViewInternalDirectoryConfigurationPage |
setPasswordMaxAttempts(String value) |
ViewInternalDirectoryConfigurationPage |
setPasswordMaxChangeTime(String value) |
ViewInternalDirectoryConfigurationPage |
setPasswordRegex(String passwordRegex) |
ViewInternalDirectoryConfigurationPage |
submit() |
delete, getId
getAuiMessages, getHeader, getReactMessage, isContentLoaded, isSystemAdminMenuPresent, reloadWithoutWaitingForContent, setTextField, setTextFieldValueAndPressEnter, waitUntilContentLoaded, waitUntilPageLoad
protected com.atlassian.pageobjects.elements.PageElement userEncryptionMethod
protected com.atlassian.pageobjects.elements.PageElement passwordRegex
protected com.atlassian.pageobjects.elements.PageElement passwordComplexityMessage
protected com.atlassian.pageobjects.elements.PageElement passwordMaxAttempts
protected com.atlassian.pageobjects.elements.PageElement passwordMaxChangeTime
protected com.atlassian.pageobjects.elements.PageElement passwordHistoryCount
protected com.atlassian.pageobjects.elements.PageElement permissionsTab
protected com.atlassian.pageobjects.elements.PageElement submitButton
public ViewInternalDirectoryConfigurationPage()
public ViewInternalDirectoryConfigurationPage(String idQueryParam)
public ViewInternalDirectoryPermissionsPage goToPermissions()
public String getUserEncryptionMethod()
public ViewInternalDirectoryConfigurationPage setPasswordRegex(String passwordRegex)
public String getPasswordRegex()
public ViewInternalDirectoryConfigurationPage setPasswordComplexityMessage(String passwordComplexityMessage)
public String getPasswordComplexityMessage()
public String getPasswordMaxAttempts()
public ViewInternalDirectoryConfigurationPage setPasswordMaxAttempts(String value)
public String getPasswordMaxChangeTime()
public ViewInternalDirectoryConfigurationPage setPasswordMaxChangeTime(String value)
public String getPasswordHistoryCount()
public ViewInternalDirectoryConfigurationPage setPasswordHistoryCount(String value)
public ViewInternalDirectoryConfigurationPage submit()
public String getUrl()
Copyright © 2020 Atlassian. All rights reserved.