Class LdapSpringConnectionPool

java.lang.Object
com.atlassian.crowd.pageobjects.directory.common.ldap.LdapSpringConnectionPool
Direct Known Subclasses:
CreateConnectorConfigureSpringLdapPoolTab, CreateDelegatedConfigureSpringLdapPoolTab

public class LdapSpringConnectionPool extends Object
  • Field Details

    • poolTypes

      protected Iterable<com.atlassian.pageobjects.elements.PageElement> 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

      public LdapPoolType getPoolType()
    • setPoolType

      public LdapSpringConnectionPool setPoolType(LdapPoolType poolType)
    • isSpringLdapFormVisible

      public boolean isSpringLdapFormVisible()
    • getMaxTotal

      public String getMaxTotal()
    • setMaxTotal

      public LdapSpringConnectionPool setMaxTotal(String maxTotal)
    • getMaxTotalPerKey

      public String getMaxTotalPerKey()
    • setMaxTotalPerKey

      public LdapSpringConnectionPool setMaxTotalPerKey(String maxTotalPerKey)
    • getMaxIdlePerKey

      public String getMaxIdlePerKey()
    • setMaxIdlePerKey

      public LdapSpringConnectionPool setMaxIdlePerKey(String maxIdlePerKey)
    • getMinIdlePerKey

      public String getMinIdlePerKey()
    • setMinIdlePerKey

      public LdapSpringConnectionPool setMinIdlePerKey(String minIdlePerKey)
    • getBlockWhenExhausted

      public boolean getBlockWhenExhausted()
    • setBlockWhenExhausted

      public LdapSpringConnectionPool setBlockWhenExhausted(boolean blockWhenExhausted)
    • getMaxWait

      public String getMaxWait()
    • setMaxWait

      public LdapSpringConnectionPool setMaxWait(String maxWait)
    • getTestOnCreate

      public boolean getTestOnCreate()
    • setTestOnCreate

      public LdapSpringConnectionPool setTestOnCreate(boolean testOnCreate)
    • getTestOnBorrow

      public boolean getTestOnBorrow()
    • setTestOnBorrow

      public LdapSpringConnectionPool setTestOnBorrow(boolean testOnBorrow)
    • getTestOnReturn

      public boolean getTestOnReturn()
    • setTestOnReturn

      public LdapSpringConnectionPool setTestOnReturn(boolean testOnReturn)
    • getTestWhileIdle

      public boolean getTestWhileIdle()
    • setTestWhileIdle

      public LdapSpringConnectionPool setTestWhileIdle(boolean testWhileIdle)
    • getEvictionRunIntervalSeconds

      public String getEvictionRunIntervalSeconds()
    • setEvictionRunIntervalSeconds

      public LdapSpringConnectionPool setEvictionRunIntervalSeconds(String evictionRunIntervalSeconds)
    • getMinEvictableTimeSeconds

      public String getMinEvictableTimeSeconds()
    • setMinEvictableTimeSeconds

      public LdapSpringConnectionPool setMinEvictableTimeSeconds(String minEvictableTimeSeconds)
    • isStartTlsWarningDisplayed

      public boolean isStartTlsWarningDisplayed()
    • getErrors

      public List<String> getErrors()
    • isSpringLdapUpdateDisclaimerShown

      public boolean isSpringLdapUpdateDisclaimerShown()