| 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()
Returns a parser for this attribute which can be used for decoding values
as different types of object.
|
static AttributeParser |
AttributeParser.parseAttribute(Attribute attribute)
Returns an attribute parser for the provided attribute.
|
AttributeParser |
Entry.parseAttribute(AttributeDescription attributeDescription)
Returns a parser for the named attribute contained in this entry.
|
AttributeParser |
AbstractEntry.parseAttribute(AttributeDescription attributeDescription) |
AttributeParser |
Entry.parseAttribute(String attributeDescription)
Returns a parser for the named attribute contained in this entry.
|
AttributeParser |
AbstractEntry.parseAttribute(String attributeDescription) |
AttributeParser |
AttributeParser.requireValue()
Throws a
NoSuchElementException 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 © 2011-2015 ForgeRock AS. All Rights Reserved.