Uses of Class
org.forgerock.opendj.ldap.AttributeParser
Packages that use AttributeParser
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
-
Uses of AttributeParser in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return AttributeParserModifier and TypeMethodDescriptionAbstractAttribute.parse()Attribute.parse()Returns a parser for this attribute which can be used for decoding values as different types of object.static AttributeParserAttributeParser.parseAttribute(Attribute attribute) Returns an attribute parser for the provided attribute.default AttributeParserEntry.parseAttribute(String attributeDescription) Returns a parser for the named attribute contained in this entry.default AttributeParserEntry.parseAttribute(AttributeDescription attributeDescription) Returns a parser for the named attribute contained in this entry.AttributeParser.requireValue()Throws aLocalizedIllegalArgumentExceptionif the attribute referenced by this parser isnullor empty.AttributeParser.usingSchema(Schema schema) Sets theSchemawhich will be used when parsing schema sensitive values such as DNs and attribute descriptions. -
Uses of AttributeParser in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return AttributeParserModifier and TypeMethodDescriptionAddRequest.parseAttribute(String attributeDescription) AddRequest.parseAttribute(AttributeDescription attributeDescription) -
Uses of AttributeParser in org.opends.server.replication.plugin
Methods in org.opends.server.replication.plugin that return AttributeParser