Uses of Class
org.forgerock.opendj.ldap.Ava
-
Packages that use Ava Package Description org.forgerock.opendj.ldap 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 Ava Modifier and Type Method Description Ava
Rdn. getFirstAva()
Returns the first AVA contained in this RDN.static Ava
Ava. valueOf(String ava)
Parses the provided LDAP string representation of an AVA using the default schema.static Ava
Ava. valueOf(String ava, Schema schema)
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 Ava Modifier and Type Method Description Iterator<Ava>
Rdn. iterator()
Returns an iterator of the AVAs contained in this RDN.Methods in org.forgerock.opendj.ldap with parameters of type Ava Modifier and Type Method Description int
Ava. compareTo(Ava ava)
Constructors in org.forgerock.opendj.ldap with parameters of type Ava Constructor Description Rdn(Ava... avas)
Creates a new RDN using the provided AVAs.Constructor parameters in org.forgerock.opendj.ldap with type arguments of type Ava Constructor Description Rdn(Collection<Ava> avas)
Creates a new RDN using the provided AVAs.
-