Package org.forgerock.opendj.ldap
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
-
Method Details
-
newEntry
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- Ifnamewasnull.
-