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 © 2010-2020, ForgeRock All Rights Reserved.