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 Ava
    Modifier and Type
    Class
    Description
    final class 
    An 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 class 
    A 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 Ava
    Modifier and Type
    Method
    Description
    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
    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
    Modifier
    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
    Modifier
    Constructor
    Description
     
    Creates a new RDN using the provided AVAs.