|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PooledConnectionFactory | |
|---|---|
| org.ldaptive.auth | |
| org.ldaptive.concurrent | |
| org.ldaptive.jaas | |
| org.ldaptive.pool | |
| org.ldaptive.props | |
| Uses of PooledConnectionFactory in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return PooledConnectionFactory | |
|---|---|
PooledConnectionFactory |
PooledSearchEntryResolver.getConnectionFactory()
Returns the connection factory. |
PooledConnectionFactory |
PooledSearchDnResolver.getConnectionFactory()
Returns the connection factory. |
PooledConnectionFactory |
PooledCompareAuthenticationHandler.getConnectionFactory()
Returns the connection factory. |
PooledConnectionFactory |
PooledBindAuthenticationHandler.getConnectionFactory()
Returns the connection factory. |
| Methods in org.ldaptive.auth with parameters of type PooledConnectionFactory | |
|---|---|
void |
PooledSearchEntryResolver.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory. |
void |
PooledSearchDnResolver.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory. |
void |
PooledCompareAuthenticationHandler.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory. |
void |
PooledBindAuthenticationHandler.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory. |
| Constructors in org.ldaptive.auth with parameters of type PooledConnectionFactory | |
|---|---|
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. |
|
PooledSearchEntryResolver(PooledConnectionFactory cf,
String... attrs)
Deprecated. return attributes are provided in the authentication criteria |
|
| Uses of PooledConnectionFactory in org.ldaptive.concurrent |
|---|
| Methods in org.ldaptive.concurrent with parameters of type PooledConnectionFactory | |
|---|---|
Collection<Response<SearchResult>> |
AggregatePooledSearchExecutor.search(PooledConnectionFactory[] factories,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factories. |
Collection<Response<SearchResult>> |
ParallelPooledSearchExecutor.search(PooledConnectionFactory factory,
SearchFilter[] filters,
String[] attrs,
SearchEntryHandler... handlers)
Performs a search operation with the supplied connection factory. |
| Uses of PooledConnectionFactory in org.ldaptive.jaas |
|---|
| Methods in org.ldaptive.jaas that return PooledConnectionFactory | |
|---|---|
PooledConnectionFactory |
PooledSearchRoleResolver.getConnectionFactory()
Returns the connection factory. |
| Methods in org.ldaptive.jaas with parameters of type PooledConnectionFactory | |
|---|---|
void |
PooledSearchRoleResolver.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory. |
| Constructors in org.ldaptive.jaas with parameters of type PooledConnectionFactory | |
|---|---|
PooledSearchRoleResolver(PooledConnectionFactory cf)
Creates a new pooled role resolver. |
|
| Uses of PooledConnectionFactory in org.ldaptive.pool |
|---|
| Methods in org.ldaptive.pool that return PooledConnectionFactory | |
|---|---|
PooledConnectionFactory |
PooledConnectionFactoryManager.getConnectionFactory()
Returns the connection factory. |
| Methods in org.ldaptive.pool with parameters of type PooledConnectionFactory | |
|---|---|
void |
PooledConnectionFactoryManager.setConnectionFactory(PooledConnectionFactory cf)
Sets the connection factory. |
| Uses of PooledConnectionFactory in org.ldaptive.props |
|---|
| Constructors in org.ldaptive.props with parameters of type PooledConnectionFactory | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||