Class DelegatingLdapContext

All Implemented Interfaces:
Context, DirContext, LdapContext, DirContextProxy
Direct Known Subclasses:
MutableDelegatingLdapContext

public class DelegatingLdapContext extends DelegatingDirContext implements LdapContext
Used by PooledContextSource to wrap a LdapContext, delegating most methods to the underlying context. This class extends DelegatingDirContext which handles returning the context to the pool on a call to close()
Since:
2.0