Package org.springframework.ldap.core
Interface DirContextProxy
- All Known Implementing Classes:
DelegatingDirContext
,DelegatingDirContext
,DelegatingLdapContext
,DelegatingLdapContext
,MutableDelegatingLdapContext
,MutableDelegatingLdapContext
public interface DirContextProxy
Helper interface to be able to get hold of the target
DirContext
from
proxies created by ContextSource
proxies.- Since:
- 1.2
-
Method Summary
Modifier and TypeMethodDescriptionGet the targetDirContext
of the proxy.
-
Method Details
-
getTargetContext
DirContext getTargetContext()Get the targetDirContext
of the proxy.- Returns:
- the target
DirContext
.
-