Searched defs:MAX_CONNECTION_POOL_SIZE (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPConnectionPools.java58 private final static int MAX_CONNECTION_POOL_SIZE = 10; field in class:LDAPConnectionPools
131 maxPoolSize = MAX_CONNECTION_POOL_SIZE;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPConnectionPools.java58 private final static int MAX_CONNECTION_POOL_SIZE = 10; field in class:LDAPConnectionPools
133 maxPoolSize = MAX_CONNECTION_POOL_SIZE;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java140 private final static int MAX_CONNECTION_POOL_SIZE = 10; field in class:LDAPAuthUtils
149 private static int maxDefaultPoolSize = MAX_CONNECTION_POOL_SIZE;
211 maxDefaultPoolSize = MAX_CONNECTION_POOL_SIZE;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java141 private final static int MAX_CONNECTION_POOL_SIZE = 10; field in class:LDAPAuthUtils
150 private static int maxDefaultPoolSize = MAX_CONNECTION_POOL_SIZE;
212 maxDefaultPoolSize = MAX_CONNECTION_POOL_SIZE;

Completed in 50 milliseconds