Uses of Class
com.atlassian.crowd.pageobjects.directory.common.ldap.LdapSpringConnectionPool
Packages that use LdapSpringConnectionPool
Package
Description
-
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.common.ldap
Methods in com.atlassian.crowd.pageobjects.directory.common.ldap that return LdapSpringConnectionPoolModifier 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
Fields in com.atlassian.crowd.pageobjects.directory.view.ldap.connector declared as LdapSpringConnectionPoolModifier and TypeFieldDescriptionprotected LdapSpringConnectionPool
ViewConnectorDirectorySpringLdapPoolPage.ldapSpringConnectionPool
Methods in com.atlassian.crowd.pageobjects.directory.view.ldap.connector that return LdapSpringConnectionPoolModifier and TypeMethodDescriptionViewConnectorDirectorySpringLdapPoolPage.getLdapSpringConnectionPoolForm()
Method parameters in com.atlassian.crowd.pageobjects.directory.view.ldap.connector with type arguments of type LdapSpringConnectionPoolModifier and TypeMethodDescriptionViewConnectorDirectorySpringLdapPoolPage.springLdapPool
(Consumer<LdapSpringConnectionPool> springLdapPoolConsumer) -
Uses of LdapSpringConnectionPool in com.atlassian.crowd.pageobjects.directory.view.ldap.delegated
Fields in com.atlassian.crowd.pageobjects.directory.view.ldap.delegated declared as LdapSpringConnectionPoolModifier and TypeFieldDescriptionprotected LdapSpringConnectionPool
ViewDelegatedDirectorySpringLdapPoolPage.ldapSpringConnectionPool
Methods in com.atlassian.crowd.pageobjects.directory.view.ldap.delegated that return LdapSpringConnectionPoolModifier and TypeMethodDescriptionViewDelegatedDirectorySpringLdapPoolPage.getLdapSpringConnectionPoolForm()
Method parameters in com.atlassian.crowd.pageobjects.directory.view.ldap.delegated with type arguments of type LdapSpringConnectionPoolModifier and TypeMethodDescriptionViewDelegatedDirectorySpringLdapPoolPage.springLdapPool
(Consumer<LdapSpringConnectionPool> springLdapPoolConsumer)