Uses of Class
org.forgerock.opendj.ldap.AttributeParser
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of AttributeParser in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionAbstractAttribute.parse()
Attribute.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.default AttributeParser
Entry.parseAttribute
(String attributeDescription) Returns a parser for the named attribute contained in this entry.default AttributeParser
Entry.parseAttribute
(AttributeDescription attributeDescription) Returns a parser for the named attribute contained in this entry.AttributeParser.requireValue()
Throws aLocalizedIllegalArgumentException
if the attribute referenced by this parser isnull
or empty.AttributeParser.usingSchema
(Schema schema) Sets theSchema
which will be used when parsing schema sensitive values such as DNs and attribute descriptions. -
Uses of AttributeParser in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionAddRequest.parseAttribute
(String attributeDescription) AddRequest.parseAttribute
(AttributeDescription attributeDescription)