Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
Modifier and Type | Method and Description |
---|---|
AttributeParser |
Attribute.parse()
Returns a parser for this attribute which can be used for decoding values as different types of object.
|
AttributeParser |
AbstractAttribute.parse() |
static AttributeParser |
AttributeParser.parseAttribute(Attribute attribute)
Returns an attribute parser for the provided attribute.
|
default AttributeParser |
Entry.parseAttribute(AttributeDescription attributeDescription)
Returns a parser for the named attribute contained in this entry.
|
default AttributeParser |
Entry.parseAttribute(String attributeDescription)
Returns a parser for the named attribute contained in this entry.
|
AttributeParser |
AttributeParser.requireValue()
Throws a
LocalizedIllegalArgumentException if the attribute referenced by this parser is null or
empty. |
AttributeParser |
AttributeParser.usingSchema(Schema schema)
Sets the
Schema which will be used when parsing schema sensitive
values such as DNs and attribute descriptions. |
Modifier and Type | Method and Description |
---|---|
AttributeParser |
EntryHistoricalAttribute.parse() |
Copyright 2010-2022 ForgeRock AS.