public class PoolingLdaptiveResourceCRLFetcher extends LdaptiveResourceCRLFetcher
| Modifier and Type | Field and Description |
|---|---|
protected org.ldaptive.pool.BlockingConnectionPool |
connectionPool
Connection pool template.
|
connectionConfig, searchExecutorlogger| Constructor and Description |
|---|
PoolingLdaptiveResourceCRLFetcher(org.ldaptive.ConnectionConfig connectionConfig,
org.ldaptive.SearchExecutor searchExecutor,
org.ldaptive.pool.BlockingConnectionPool connectionPool)
Instantiates a new Ldap resource cRL fetcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Close connection pull and shut down the executor.
|
protected org.ldaptive.ConnectionFactory |
prepareConnectionFactory(String ldapURL)
Prepare a new LDAP connection.
|
fetchCRLFromLdap, fetchInternal, fetchX509CRLFromAttribute, performLdapSearchfetch, fetchprotected final org.ldaptive.pool.BlockingConnectionPool connectionPool
public PoolingLdaptiveResourceCRLFetcher(@NotNull
org.ldaptive.ConnectionConfig connectionConfig,
@NotNull
org.ldaptive.SearchExecutor searchExecutor,
@NotNull
org.ldaptive.pool.BlockingConnectionPool connectionPool)
connectionConfig - the connection configurationsearchExecutor - the search executorconnectionPool - pooling configuration@PreDestroy public void destroy()
protected org.ldaptive.ConnectionFactory prepareConnectionFactory(String ldapURL)
LdaptiveResourceCRLFetcherprepareConnectionFactory in class LdaptiveResourceCRLFetcherldapURL - the ldap uRLCopyright © 2004-2015 Apereo. All Rights Reserved.