Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.props | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi | |
org.ldaptive.referral |
Modifier and Type | Method and Description |
---|---|
ConnectionConfig |
DefaultConnectionFactory.getConnectionConfig()
Returns the connection config.
|
ConnectionConfig |
DefaultConnectionFactory.DefaultConnection.getConnectionConfig() |
ConnectionConfig |
Connection.getConnectionConfig()
Returns the connection config for this connection.
|
static ConnectionConfig |
ConnectionConfig.newConnectionConfig(ConnectionConfig config)
Returns a connection config initialized with the supplied config.
|
Modifier and Type | Method and Description |
---|---|
static Connection |
DefaultConnectionFactory.getConnection(ConnectionConfig cc)
Creates a new connection.
|
static ConnectionConfig |
ConnectionConfig.newConnectionConfig(ConnectionConfig config)
Returns a connection config initialized with the supplied config.
|
void |
DefaultConnectionFactory.setConnectionConfig(ConnectionConfig cc)
Sets the connection config.
|
Constructor and Description |
---|
DefaultConnection(ConnectionConfig cc,
ProviderConnectionFactory<?> cf)
Creates a new default connection.
|
DefaultConnectionFactory(ConnectionConfig cc)
Creates a new default connection factory.
|
DefaultConnectionFactory(ConnectionConfig cc,
Provider<?> p)
Creates a new default connection factory.
|
Constructor and Description |
---|
ConnectionConfigPropertySource(ConnectionConfig cc)
Creates a new connection config property source using the default properties file.
|
ConnectionConfigPropertySource(ConnectionConfig cc,
Properties props)
Creates a new connection config property source.
|
ConnectionConfigPropertySource(ConnectionConfig cc,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new connection config property source.
|
ConnectionConfigPropertySource(ConnectionConfig cc,
Reader... readers)
Creates a new connection config property source.
|
ConnectionConfigPropertySource(ConnectionConfig cc,
String... paths)
Creates a new connection config property source.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<T> |
Provider.getConnectionFactory(ConnectionConfig cc)
Returns the connection factory for this provider.
|
Modifier and Type | Method and Description |
---|---|
ProviderConnectionFactory<JndiProviderConfig> |
JndiProvider.getConnectionFactory(ConnectionConfig cc) |
protected Map<String,Object> |
JndiProvider.getDefaultEnvironment(ConnectionConfig cc,
String factory)
Returns the configuration environment for a JNDI ldap context using the properties found in the supplied connection
config.
|
protected JndiConnectionFactory |
JndiProvider.getJndiConnectionFactory(ConnectionConfig cc,
Map<String,Object> env)
Returns a jndi connection factory using the properties found in the supplied connection config.
|
protected JndiStartTLSConnectionFactory |
JndiProvider.getJndiStartTLSConnectionFactory(ConnectionConfig cc,
Map<String,Object> env)
Returns a jndi startTLS connection factory using the properties found in the supplied connection config.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
ReferralConnectionFactory.getConnectionFactory(ConnectionConfig config,
String ldapUrl)
Returns a connection factory for use with a referral.
|
Copyright © 2017. All rights reserved.