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 AttributeParser
AbstractAttribute. parse()
AttributeParser
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
AttributeParser. requireValue()
Throws aLocalizedIllegalArgumentException
if the attribute referenced by this parser isnull
or empty.AttributeParser
AttributeParser. usingSchema(Schema schema)
Sets theSchema
which will be used when parsing schema sensitive values such as DNs and attribute descriptions.
-