Class MutableDelegatingLdapContext

All Implemented Interfaces:
Context, DirContext, LdapContext, DirContextProxy

public class MutableDelegatingLdapContext extends DelegatingLdapContext
Used by MutablePooledContextSource to wrap a LdapContext, delegating most methods to the underlying context. This class extends DelegatingLdapContext, allowing request controls to be set on the wrapped ldap context. This enables the Spring LDAP pooling to be used for scenarios such as paged results.
Since:
2.0