Uses of Interface
org.ldaptive.provider.ProviderConnection

Packages that use ProviderConnection
org.ldaptive   
org.ldaptive.provider   
org.ldaptive.provider.jndi   
 

Uses of ProviderConnection in org.ldaptive
 

Methods in org.ldaptive that return ProviderConnection
 ProviderConnection Connection.getProviderConnection()
          Returns the provider connection to invoke the provider specific implementation.
 ProviderConnection DefaultConnectionFactory.DefaultConnection.getProviderConnection()
          Returns the provider specific connection.
 

Uses of ProviderConnection in org.ldaptive.provider
 

Methods in org.ldaptive.provider that return ProviderConnection
 ProviderConnection AbstractProviderConnectionFactory.create()
          Create a connection to an LDAP.
 ProviderConnection ProviderConnectionFactory.create()
          Create a connection to an LDAP.
protected abstract  ProviderConnection AbstractProviderConnectionFactory.createInternal(String url)
          Create the provider connection and prepare the connection for use.
 

Uses of ProviderConnection in org.ldaptive.provider.jndi
 

Classes in org.ldaptive.provider.jndi that implement ProviderConnection
 class JndiConnection
          JNDI provider implementation of ldap operations.
 class JndiStartTLSConnection
          JNDI provider implementation of ldap operations using startTLS.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.