|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionConfig | |
|---|---|
| org.ldaptive | |
| org.ldaptive.props | |
| org.ldaptive.provider | |
| org.ldaptive.provider.jndi | |
| Uses of ConnectionConfig in org.ldaptive |
|---|
| Methods in org.ldaptive that return ConnectionConfig | |
|---|---|
ConnectionConfig |
DefaultConnectionFactory.getConnectionConfig()
Returns the connection config. |
ConnectionConfig |
DefaultConnectionFactory.DefaultConnection.getConnectionConfig()
Returns the connection config for this connection. |
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. |
| Methods in org.ldaptive with parameters of type ConnectionConfig | |
|---|---|
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. |
| Constructors in org.ldaptive with parameters of type ConnectionConfig | |
|---|---|
DefaultConnectionFactory.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. |
|
| Uses of ConnectionConfig in org.ldaptive.props |
|---|
| Constructors in org.ldaptive.props with parameters of type ConnectionConfig | |
|---|---|
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. |
|
| Uses of ConnectionConfig in org.ldaptive.provider |
|---|
| Methods in org.ldaptive.provider with parameters of type ConnectionConfig | |
|---|---|
ProviderConnectionFactory<T> |
Provider.getConnectionFactory(ConnectionConfig cc)
Returns the connection factory for this provider. |
| Uses of ConnectionConfig in org.ldaptive.provider.jndi |
|---|
| Methods in org.ldaptive.provider.jndi with parameters of type ConnectionConfig | |
|---|---|
ProviderConnectionFactory<JndiProviderConfig> |
JndiProvider.getConnectionFactory(ConnectionConfig cc)
Returns the connection factory for this provider. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||