Interface EntryFactory


public interface EntryFactory
Entry factories are included with a set of DecodeOptions in order to allow application to control how Entry instances are created when decoding requests and responses.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    newEntry(DN name)
    Creates an empty entry using the provided distinguished name and no attributes.
  • Method Details

    • newEntry

      Entry newEntry(DN name)
      Creates an empty entry using the provided distinguished name and no attributes.
      Parameters:
      name - The distinguished name of the entry to be created.
      Returns:
      The new entry.
      Throws:
      NullPointerException - If name was null.