Interface InitialContextFactory


@Deprecated public interface InitialContextFactory
Deprecated.
as of 5.6.0 with no replacement
This is used in JndiDnsResolver to get an InitialDirContext for DNS queries.
Since:
3.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Must return a DirContext which can be used for DNS queries
  • Method Details

    • getCtx

      DirContext getCtx()
      Deprecated.
      Must return a DirContext which can be used for DNS queries
      Returns:
      JNDI DirContext