Class LdapPool
java.lang.Object
com.tremolosecurity.provisioning.util.ldap.pool.LdapPool
-
Constructor Summary
ConstructorDescriptionLdapPool
(ConfigManager cfgMgr, String host, int port, String bindDN, String password, boolean isSSL, int minNum, int maxNum, long idleTimeout, boolean useSRV) -
Method Summary
-
Constructor Details
-
LdapPool
public LdapPool(ConfigManager cfgMgr, String host, int port, String bindDN, String password, boolean isSSL, int minNum, int maxNum, long idleTimeout, boolean useSRV) throws ProvisioningException - Throws:
ProvisioningException
-
-
Method Details
-
getConnection
- Throws:
ProvisioningException
-
shutdown
public void shutdown()
-