Uses of Class
com.atlassian.crowd.pageobjects.directory.common.ldap.LdapSpringConnectionPool
Package
Description
-
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.common.ldap
Modifier and TypeMethodDescriptionLdapSpringConnectionPool.setBlockWhenExhausted
(boolean blockWhenExhausted) LdapSpringConnectionPool.setEvictionRunIntervalSeconds
(String evictionRunIntervalSeconds) LdapSpringConnectionPool.setMaxIdlePerKey
(String maxIdlePerKey) LdapSpringConnectionPool.setMaxTotal
(String maxTotal) LdapSpringConnectionPool.setMaxTotalPerKey
(String maxTotalPerKey) LdapSpringConnectionPool.setMaxWait
(String maxWait) LdapSpringConnectionPool.setMinEvictableTimeSeconds
(String minEvictableTimeSeconds) LdapSpringConnectionPool.setMinIdlePerKey
(String minIdlePerKey) LdapSpringConnectionPool.setPoolType
(LdapPoolType poolType) LdapSpringConnectionPool.setTestOnBorrow
(boolean testOnBorrow) LdapSpringConnectionPool.setTestOnCreate
(boolean testOnCreate) LdapSpringConnectionPool.setTestOnReturn
(boolean testOnReturn) LdapSpringConnectionPool.setTestWhileIdle
(boolean testWhileIdle) -
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.create.ldap.connector
-
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.create.ldap.delegated
-
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.view.ldap.connector
Modifier and TypeFieldDescriptionprotected LdapSpringConnectionPool
ViewConnectorDirectorySpringLdapPoolPage.ldapSpringConnectionPool
Modifier and TypeMethodDescriptionViewConnectorDirectorySpringLdapPoolPage.getLdapSpringConnectionPoolForm()
Modifier and TypeMethodDescriptionViewConnectorDirectorySpringLdapPoolPage.springLdapPool
(Consumer<LdapSpringConnectionPool> springLdapPoolConsumer) -
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.view.ldap.delegated
Modifier and TypeFieldDescriptionprotected LdapSpringConnectionPool
ViewDelegatedDirectorySpringLdapPoolPage.ldapSpringConnectionPool
Modifier and TypeMethodDescriptionViewDelegatedDirectorySpringLdapPoolPage.getLdapSpringConnectionPoolForm()
Modifier and TypeMethodDescriptionViewDelegatedDirectorySpringLdapPoolPage.springLdapPool
(Consumer<LdapSpringConnectionPool> springLdapPoolConsumer)