Uses of Class
org.forgerock.opendj.ldap.AttributeParser
-
Packages that use AttributeParser Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of AttributeParser in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return AttributeParser Modifier and Type Method Description AttributeParserAbstractAttribute. parse()AttributeParserAttribute. 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.AttributeParserAttributeParser. requireValue()Throws aLocalizedIllegalArgumentExceptionif the attribute referenced by this parser isnullor empty.AttributeParserAttributeParser. usingSchema(Schema schema)Sets theSchemawhich will be used when parsing schema sensitive values such as DNs and attribute descriptions.
-