Package org.springframework.ldap.pool
@NullMarked
package org.springframework.ldap.pool
LDAP connection pooling support using Commons Pool 1.x.
-
ClassDescriptionUsed by
PoolingContextSourceto wrap aContext, delegating most methods to the underlying context, retains a reference to the pool the context was checked out from and returns itself to the pool whenDelegatingContext.close()is called.Used byPoolingContextSourceto wrap aDirContext, delegating most methods to the underlying context.Used byPoolingContextSourceto wrap aLdapContext, delegating most methods to the underlying context.An enum representing the two types ofDirContexts that can be returned by aContextSource.AContextthat is aware of whether it has experienced a failure.Used byMutablePoolingContextSourceto wrap aLdapContext, delegating most methods to the underlying context.The action to take when the pool is exhausted and a context is requested.