Uses of Interface
org.apache.directory.ldap.client.api.LdapConnectionFactory
-
Packages that use LdapConnectionFactory Package Description org.apache.directory.ldap.client.api -
-
Uses of LdapConnectionFactory in org.apache.directory.ldap.client.api
Classes in org.apache.directory.ldap.client.api that implement LdapConnectionFactory Modifier and Type Class Description classDefaultLdapConnectionFactoryThe default implementation of LdapConnectionFactory.Fields in org.apache.directory.ldap.client.api declared as LdapConnectionFactory Modifier and Type Field Description protected LdapConnectionFactoryAbstractPoolableLdapConnectionFactory. connectionFactoryThe factory to use to create a new connectionMethods in org.apache.directory.ldap.client.api that return LdapConnectionFactory Modifier and Type Method Description protected static LdapConnectionFactoryAbstractPoolableLdapConnectionFactory. newLdapConnectionFactory(LdapConnectionConfig config, Class<? extends LdapConnectionFactory> connectionFactoryClass)Method parameters in org.apache.directory.ldap.client.api with type arguments of type LdapConnectionFactory Modifier and Type Method Description protected static LdapConnectionFactoryAbstractPoolableLdapConnectionFactory. newLdapConnectionFactory(LdapConnectionConfig config, Class<? extends LdapConnectionFactory> connectionFactoryClass)Constructors in org.apache.directory.ldap.client.api with parameters of type LdapConnectionFactory Constructor Description DefaultPoolableLdapConnectionFactory(LdapConnectionFactory connectionFactory)Creates a new instance of PoolableLdapConnectionFactory.ValidatingPoolableLdapConnectionFactory(LdapConnectionFactory connectionFactory)Creates a new instance of ValidatingPoolableLdapConnectionFactory.Constructor parameters in org.apache.directory.ldap.client.api with type arguments of type LdapConnectionFactory Constructor Description DefaultPoolableLdapConnectionFactory(LdapConnectionConfig config, Class<? extends LdapConnectionFactory> connectionFactoryClass)Creates a new instance of PoolableLdapConnectionFactory using an instance of the supplied class as its LdapConnection factory.ValidatingPoolableLdapConnectionFactory(LdapConnectionConfig config, Class<? extends LdapConnectionFactory> connectionFactoryClass)Creates a new instance of ValidatingPoolableLdapConnectionFactory.
-