Package org.springframework.ldap.pool
package org.springframework.ldap.pool
-
ClassDescriptionUsed by
PoolingContextSource
to 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 byPoolingContextSource
to wrap aDirContext
, delegating most methods to the underlying context.Used byPoolingContextSource
to wrap aLdapContext
, delegating most methods to the underlying context.An enum representing the two types ofDirContext
s that can be returned by aContextSource
.Used byMutablePoolingContextSource
to wrap aLdapContext
, delegating most methods to the underlying context.