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 Type
    Method
    Description
    Get the target DirContext of the proxy.
  • Method Details

    • getTargetContext

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