public interface EntryFactory
DecodeOptions in order to
allow application to control how Entry instances are created when
decoding requests and responses.Entry,
DecodeOptions| Modifier and Type | Method and Description |
|---|---|
Entry |
newEntry(DN name)
Creates an empty entry using the provided distinguished name and no
attributes.
|
Entry newEntry(DN name)
name - The distinguished name of the entry to be created.NullPointerException - If name was null.Copyright © 2017-2020 Wren Security. All Rights Reserved.