| 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 © 2011-2015 ForgeRock AS. All Rights Reserved.