Class DefaultNameResolver

java.lang.Object
com.unboundid.ldap.sdk.NameResolver
com.unboundid.ldap.sdk.DefaultNameResolver

This class provides a default implementation of a NameResolver that simply uses the JVM-default name resolution functionality.
  • Method Details

    • getInstance

      Retrieves the singleton instance of this default name resolver.
      Returns:
      The singleton instance of this default name resolver.
    • toString

      public void toString(@NotNull StringBuilder buffer)
      Appends a string representation of this name resolver to the provided buffer.
      Specified by:
      toString in class NameResolver
      Parameters:
      buffer - A buffer to which the string representation should be appended.