Package org.springframework.ldap.core
Interface DirContextProxy
-
- All Known Implementing Classes:
DelegatingDirContext,DelegatingDirContext,DelegatingLdapContext,DelegatingLdapContext,MutableDelegatingLdapContext,MutableDelegatingLdapContext
public interface DirContextProxyHelper interface to be able to get hold of the targetDirContextfrom proxies created byContextSourceproxies.- Since:
- 1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.naming.directory.DirContextgetTargetContext()Get the targetDirContextof the proxy.
-