Class CreateInternalDirectoryDetailsTab
java.lang.Object
com.atlassian.crowd.pageobjects.directory.DirectoryDetails<CreateInternalDirectoryDetailsTab>
com.atlassian.crowd.pageobjects.directory.create.internal.CreateInternalDirectoryDetailsTab
- All Implemented Interfaces:
CreateDirectoryTab
public class CreateInternalDirectoryDetailsTab
extends DirectoryDetails<CreateInternalDirectoryDetailsTab>
implements CreateDirectoryTab
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.elements.CheckboxElement
protected com.atlassian.pageobjects.elements.SelectElement
Fields inherited from class com.atlassian.crowd.pageobjects.directory.DirectoryDetails
active, description, name, pageBinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.PageElement
getTab()
boolean
setPasswordHistoryCount
(String value) setPasswordMaxAttempts
(String value) setPasswordMaxChangeTime
(String value) setPasswordRegex
(String value) setUseNestedGroups
(boolean value) setUserEncryptionMethod
(String value) Methods inherited from class com.atlassian.crowd.pageobjects.directory.DirectoryDetails
getActive, getDescription, getName, setActive, setDescription, setName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.pageobjects.directory.common.CreateDirectoryTab
isActive, waitUntil
-
Field Details
-
tab
protected com.atlassian.pageobjects.elements.PageElement tab -
useNestedGroups
protected com.atlassian.pageobjects.elements.CheckboxElement useNestedGroups -
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 -
userEncryptionMethod
protected com.atlassian.pageobjects.elements.SelectElement userEncryptionMethod
-
-
Constructor Details
-
CreateInternalDirectoryDetailsTab
public CreateInternalDirectoryDetailsTab()
-
-
Method Details
-
toMainPage
-
getPasswordRegex
-
getPasswordComplexityMessage
-
getPasswordMaxAttempts
-
getPasswordMaxChangeTime
-
getPasswordHistoryCount
-
getUserEncryptionMethod
-
getUseNestedGroups
public boolean getUseNestedGroups() -
setPasswordRegex
-
setPasswordComplexityMessage
-
setPasswordMaxAttempts
-
setPasswordMaxChangeTime
-
setPasswordHistoryCount
-
setUserEncryptionMethod
-
setUseNestedGroups
-
getTab
public com.atlassian.pageobjects.elements.PageElement getTab()- Specified by:
getTab
in interfaceCreateDirectoryTab
-