org.springframework.ldap.core
Interface DirContextProxy
public interface DirContextProxy
Helper interface to be able to get hold of the target DirContext
from proxies created by ContextSource proxies.
- Since:
- 1.2
- Author:
- Mattias Arthursson
|
Method Summary |
javax.naming.directory.DirContext |
getTargetContext()
Get the target DirContext of the proxy. |
getTargetContext
javax.naming.directory.DirContext getTargetContext()
- Get the target
DirContext of the proxy.
- Returns:
- the target
DirContext.
Copyright © 2002-2006. All Rights Reserved.