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
Classes in org.forgerock.opendj.ldap that implement interfaces with type arguments of type AvaModifier and TypeClassDescriptionfinal classAn attribute value assertion (AVA) as defined in RFC 4512 section 2.3 consists of an attribute description with zero options and an attribute value.final classA relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the name of an entry relative to its immediate superior.Methods in org.forgerock.opendj.ldap that return AvaModifier and TypeMethodDescriptionRdn.getFirstAva()Returns the first AVA contained in this RDN.static AvaParses the provided LDAP string representation of an AVA using the default schema.static AvaParses 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.