Spring LDAP Framework

org.springframework.ldap.core
Interface DirContextProxy

All Known Implementing Classes:
DelegatingDirContext, DelegatingLdapContext, 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
Author:
Mattias Hellborg Arthursson

Method Summary
 DirContext getTargetContext()
          Get the target DirContext of the proxy.
 

Method Detail

getTargetContext

DirContext getTargetContext()
Get the target DirContext of the proxy.

Returns:
the target DirContext.

Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.