org.springframework.ldap.core
Interface DirContextProxy

All Known Implementing Classes:
DelegatingDirContext, DelegatingLdapContext

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.
 

Method Detail

getTargetContext

javax.naming.directory.DirContext getTargetContext()
Get the target DirContext of the proxy.

Returns:
the target DirContext.


Copyright (c) 2005-2007. All Rights Reserved.