Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi |
Constructor and Description |
---|
DefaultConnection(ConnectionConfig cc,
ProviderConnectionFactory<?> cf)
Creates a new default connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProviderConnectionFactory<T extends ProviderConfig>
Provides a basic implementation for other connection factories to inherit.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<T> |
Provider.getConnectionFactory(ConnectionConfig cc)
Returns the connection factory for this provider.
|
Modifier and Type | Class and Description |
---|---|
class |
JndiConnectionFactory
Creates connections using the JNDI
InitialLdapContext class. |
class |
JndiStartTLSConnectionFactory
Creates connections using the JNDI
InitialLdapContext class with the startTLS extended operation. |
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<JndiProviderConfig> |
JndiProvider.getConnectionFactory(ConnectionConfig cc) |
Copyright © 2017. All rights reserved.