Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
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. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.