Class LdapSpringConnectionPool
java.lang.Object
com.atlassian.crowd.pageobjects.directory.common.ldap.LdapSpringConnectionPool
- Direct Known Subclasses:
CreateConnectorConfigureSpringLdapPoolTab,CreateDelegatedConfigureSpringLdapPoolTab
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.CheckboxElementprotected 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 com.atlassian.pageobjects.elements.PageElementprotected Iterable<com.atlassian.pageobjects.elements.PageElement>protected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.CheckboxElementprotected com.atlassian.pageobjects.elements.CheckboxElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleansetBlockWhenExhausted(boolean blockWhenExhausted) setEvictionRunIntervalSeconds(String evictionRunIntervalSeconds) setMaxIdlePerKey(String maxIdlePerKey) setMaxTotal(String maxTotal) setMaxTotalPerKey(String maxTotalPerKey) setMaxWait(String maxWait) setMinEvictableTimeSeconds(String minEvictableTimeSeconds) setMinIdlePerKey(String minIdlePerKey) setPoolType(LdapPoolType poolType) setTestOnBorrow(boolean testOnBorrow) setTestOnCreate(boolean testOnCreate) setTestOnReturn(boolean testOnReturn) setTestWhileIdle(boolean testWhileIdle)
-
Field Details
-
poolTypes
-
springLdapFormContainer
protected com.atlassian.pageobjects.elements.PageElement springLdapFormContainer -
maxTotal
protected com.atlassian.pageobjects.elements.PageElement maxTotal -
maxTotalPerKey
protected com.atlassian.pageobjects.elements.PageElement maxTotalPerKey -
maxIdlePerKey
protected com.atlassian.pageobjects.elements.PageElement maxIdlePerKey -
minIdlePerKey
protected com.atlassian.pageobjects.elements.PageElement minIdlePerKey -
blockWhenExhausted
protected com.atlassian.pageobjects.elements.CheckboxElement blockWhenExhausted -
maxWait
protected com.atlassian.pageobjects.elements.PageElement maxWait -
testOnCreate
protected com.atlassian.pageobjects.elements.CheckboxElement testOnCreate -
testOnBorrow
protected com.atlassian.pageobjects.elements.CheckboxElement testOnBorrow -
testOnReturn
protected com.atlassian.pageobjects.elements.CheckboxElement testOnReturn -
testWhileIdle
protected com.atlassian.pageobjects.elements.CheckboxElement testWhileIdle -
evictionRunIntervalSeconds
protected com.atlassian.pageobjects.elements.PageElement evictionRunIntervalSeconds -
minEvictableTimeSeconds
protected com.atlassian.pageobjects.elements.PageElement minEvictableTimeSeconds -
startTlsWarning
protected com.atlassian.pageobjects.elements.PageElement startTlsWarning -
springLdapUpdateDisclaimer
protected com.atlassian.pageobjects.elements.PageElement springLdapUpdateDisclaimer
-
-
Constructor Details
-
LdapSpringConnectionPool
public LdapSpringConnectionPool()
-
-
Method Details
-
getPoolType
-
setPoolType
-
isSpringLdapFormVisible
public boolean isSpringLdapFormVisible() -
getMaxTotal
-
setMaxTotal
-
getMaxTotalPerKey
-
setMaxTotalPerKey
-
getMaxIdlePerKey
-
setMaxIdlePerKey
-
getMinIdlePerKey
-
setMinIdlePerKey
-
getBlockWhenExhausted
public boolean getBlockWhenExhausted() -
setBlockWhenExhausted
-
getMaxWait
-
setMaxWait
-
getTestOnCreate
public boolean getTestOnCreate() -
setTestOnCreate
-
getTestOnBorrow
public boolean getTestOnBorrow() -
setTestOnBorrow
-
getTestOnReturn
public boolean getTestOnReturn() -
setTestOnReturn
-
getTestWhileIdle
public boolean getTestWhileIdle() -
setTestWhileIdle
-
getEvictionRunIntervalSeconds
-
setEvictionRunIntervalSeconds
-
getMinEvictableTimeSeconds
-
setMinEvictableTimeSeconds
-
isStartTlsWarningDisplayed
public boolean isStartTlsWarningDisplayed() -
getErrors
-
isSpringLdapUpdateDisclaimerShown
public boolean isSpringLdapUpdateDisclaimerShown()
-