Modifier and Type | Field and Description |
---|---|
private ProviderConnectionFactory<?> |
DefaultConnectionFactory.DefaultConnection.providerConnectionFactory
Connection factory.
|
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 |
ApacheLdapConnectionFactory
Creates ldap connections using the Apache LdapNetworkConnection class.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<ApacheLdapProviderConfig> |
ApacheLdapProvider.getConnectionFactory(ConnectionConfig cc) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJLdapConnectionFactory<T extends JLdapConnection>
Base class for JLDAP connection factory implementations.
|
class |
JLdapConnectionFactory
Creates ldap connections using the JLDAP LDAPConnection class.
|
class |
JLdapSSLConnectionFactory
Creates LDAPS connections using the JLDAP LDAPConnection class.
|
class |
JLdapStartTLSConnectionFactory
Creates ldap connections using the JLDAP LDAPConnection class with the startTLS extended operation.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<JLdapProviderConfig> |
JLdapProvider.getConnectionFactory(ConnectionConfig cc) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
OpenDJConnectionFactory
Creates ldap connections using the OpenDJ LDAPConnectionFactory class.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<OpenDJProviderConfig> |
OpenDJProvider.getConnectionFactory(ConnectionConfig cc) |
Modifier and Type | Class and Description |
---|---|
class |
UnboundIDConnectionFactory
Creates ldap connections using the UnboundID LDAPConnection class.
|
class |
UnboundIDStartTLSConnectionFactory
Creates ldap connections using the UnboundID LDAPConnection class and performs the startTLS extended operation.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<UnboundIDProviderConfig> |
UnboundIDProvider.getConnectionFactory(ConnectionConfig cc) |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.