Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Ava> |
Rdn.iterator()
Returns an iterator of the AVAs contained in this RDN.
|
Modifier and Type | Method and Description |
---|---|
int |
Ava.compareTo(Ava ava) |
Constructor and Description |
---|
Rdn(Ava... avas)
Creates a new RDN using the provided AVAs.
|
Constructor and Description |
---|
Rdn(Collection<Ava> avas)
Creates a new RDN using the provided AVAs.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.