| | |
| | | import org.opends.server.types.LDAPURL; |
| | | import org.forgerock.opendj.ldap.SearchScope; |
| | | |
| | | import com.forgerock.opendj.cli.CliConstants; |
| | | |
| | | /** |
| | | * An LDAPConnectionPool is a pool of LDAPConnection. |
| | | * <BR><BR> |
| | |
| | | |
| | | private Control[] requestControls = new Control[] {}; |
| | | private ApplicationTrustManager trustManager; |
| | | private int connectTimeout = ConnectionUtils.getDefaultLDAPTimeout(); |
| | | private int connectTimeout = CliConstants.DEFAULT_LDAP_CONNECT_TIMEOUT; |
| | | |
| | | /** |
| | | * Returns <CODE>true</CODE> if the connection passed is registered in the |