Uses of Class
org.forgerock.opendj.ldap.Ava
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of Ava in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionRdn.getFirstAva()
Returns the first AVA contained in this RDN.static Ava
Parses the provided LDAP string representation of an AVA using the default schema.static Ava
Parses the provided LDAP string representation of an AVA using the provided schema.Modifier and TypeMethodDescriptionRdn.iterator()
Returns an iterator of the AVAs contained in this RDN.ModifierConstructorDescriptionRdn
(Collection<Ava> avas) Creates a new RDN using the provided AVAs.