Package | Description |
---|---|
org.opends.server.tools.makeldif |
This package provides classes for a tool which may be used to generate LDIF content based on user-defined templates.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeValueTag
This class defines a tag that is used to reference the value of a specified attribute already defined in the entry.
|
class |
DNTag
This class defines a tag that is used to include the DN of the current entry in the attribute value.
|
class |
FileTag
This class defines a tag that is used provide values from a text file.
|
class |
FirstNameTag
This class defines a tag that is used to include a first name in the attribute value.
|
class |
GUIDTag
This class defines a tag that is used to include a GUID in the attribute value.
|
class |
IfAbsentTag
This class defines a tag that is used to base presence of one attribute on the absence of another attribute and/or
attribute value.
|
class |
IfPresentTag
This class defines a tag that is used to base presence of one attribute on the presence of another attribute and/or
attribute value.
|
class |
LastNameTag
This class defines a tag that is used to include a last name in the attribute value.
|
class |
ListTag
This class defines a tag that may be used to select a value from a pre-defined list, optionally defining weights for
each value that can impact the likelihood of a given item being selected.
|
class |
ParentDNTag
This class defines a tag that is used to include the DN of the parent entry in the attribute value.
|
class |
PresenceTag
This class defines a tag that is used to indicate that a value should only be included in a percentage of the
entries.
|
class |
RandomTag
This class defines a tag that may be used to generate random values.
|
class |
RDNTag
This class defines a tag that is used to include the RDN of the current entry in the attribute value.
|
class |
SequentialTag
This class defines a tag that is used to include a sequentially-incrementing integer in the generated values.
|
class |
StaticTextTag
This class defines a tag that is used to hold static text (i.e., text that appears outside of any tag).
|
class |
UnderscoreDNTag
This class defines a tag that is used to include the DN of the current entry in the attribute value, with underscores
in place of the commas.
|
class |
UnderscoreParentDNTag
This class defines a tag that is used to include the DN of the parent entry in the attribute value, with underscores
in place of commas.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Tag> |
TemplateFile.getTags()
Retrieves the set of tags that have been registered.
|
Constructor and Description |
---|
TemplateLine(AttributeType attributeType,
int lineNumber,
Tag[] tags)
Creates a new template line with the provided information.
|
TemplateLine(AttributeType attributeType,
int lineNumber,
Tag[] tags,
boolean isURL,
boolean isBase64)
Creates a new template line with the provided information.
|
Copyright 2010-2020 ForgeRock AS.