Uses of Class
org.forgerock.opendj.ldap.Ava
Packages that use Ava
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of Ava in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return AvaModifier 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.Methods in org.forgerock.opendj.ldap that return types with arguments of type AvaModifier and TypeMethodDescriptionRdn.iterator()
Returns an iterator of the AVAs contained in this RDN.Methods in org.forgerock.opendj.ldap with parameters of type AvaConstructors in org.forgerock.opendj.ldap with parameters of type AvaConstructor parameters in org.forgerock.opendj.ldap with type arguments of type AvaModifierConstructorDescriptionRdn
(Collection<Ava> avas) Creates a new RDN using the provided AVAs.