| Package | Description |
|---|---|
| org.ldaptive.auth | |
| org.ldaptive.concurrent | |
| org.ldaptive.jaas | |
| org.ldaptive.pool | |
| org.ldaptive.props | |
| org.ldaptive.servlets |
| Modifier and Type | Field and Description |
|---|---|
private PooledConnectionFactory |
PooledSearchEntryResolver.factory
Connection factory.
|
private PooledConnectionFactory |
PooledSearchDnResolver.factory
Connection factory.
|
private PooledConnectionFactory |
PooledBindAuthenticationHandler.factory
Connection factory.
|
private PooledConnectionFactory |
PooledCompareAuthenticationHandler.factory
Connection factory.
|
| Modifier and Type | Method and Description |
|---|---|
PooledConnectionFactory |
PooledSearchEntryResolver.getConnectionFactory() |
PooledConnectionFactory |
PooledSearchDnResolver.getConnectionFactory() |
PooledConnectionFactory |
PooledBindAuthenticationHandler.getConnectionFactory() |
PooledConnectionFactory |
PooledCompareAuthenticationHandler.getConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
PooledSearchEntryResolver.setConnectionFactory(PooledConnectionFactory cf) |
void |
PooledSearchDnResolver.setConnectionFactory(PooledConnectionFactory cf) |
void |
PooledBindAuthenticationHandler.setConnectionFactory(PooledConnectionFactory cf) |
void |
PooledCompareAuthenticationHandler.setConnectionFactory(PooledConnectionFactory cf) |
| Constructor and Description |
|---|
PooledBindAuthenticationHandler(PooledConnectionFactory cf)
Creates a new pooled bind authentication handler.
|
PooledCompareAuthenticationHandler(PooledConnectionFactory cf)
Creates a new pooled compare authentication handler.
|
PooledSearchDnResolver(PooledConnectionFactory cf)
Creates a new pooled search dn resolver.
|
PooledSearchEntryResolver(PooledConnectionFactory cf)
Creates a new pooled search entry resolver.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Response<SearchResult>> |
AggregatePooledSearchExecutor.search(PooledConnectionFactory[] factories,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers) |
Collection<Response<SearchResult>> |
ParallelPooledSearchExecutor.search(PooledConnectionFactory factory,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers) |
| Modifier and Type | Field and Description |
|---|---|
private PooledConnectionFactory |
PooledSearchRoleResolver.factory
Connection factory.
|
| Modifier and Type | Method and Description |
|---|---|
PooledConnectionFactory |
PooledSearchRoleResolver.getConnectionFactory()
Returns the connection factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PooledSearchRoleResolver.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory.
|
| Constructor and Description |
|---|
PooledSearchRoleResolver(PooledConnectionFactory cf)
Creates a new pooled role resolver.
|
| Modifier and Type | Method and Description |
|---|---|
PooledConnectionFactory |
PooledConnectionFactoryManager.getConnectionFactory()
Returns the connection factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PooledConnectionFactoryManager.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory.
|
| Constructor and Description |
|---|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf)
Creates a new pooled connection factory property source using the default properties file.
|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf,
Properties props)
Creates a new pooled connection factory property source.
|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new pooled connection factory property source.
|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf,
Reader... readers)
Creates a new pooled connection factory property source.
|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf,
String... paths)
Creates a new pooled connection factory property source.
|
| Modifier and Type | Field and Description |
|---|---|
private PooledConnectionFactory |
AbstractServletSearchExecutor.connectionFactory
Connections for searching.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.