Package org.springframework.ldap.pool2
-
Interface Summary Interface Description FailureAwareContext -
Class Summary Class Description DelegatingContext Used byPooledContextSourceto 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.DelegatingDirContext Used byPooledContextSourceto wrap aDirContext, delegating most methods to the underlying context.DelegatingLdapContext Used byPooledContextSourceto wrap aLdapContext, delegating most methods to the underlying context.DirContextType An enum representing the two types ofDirContexts that can be returned by aContextSource.MutableDelegatingLdapContext Used byMutablePooledContextSourceto wrap aLdapContext, delegating most methods to the underlying context.