| Package | Description |
|---|---|
| org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
| org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
| Modifier and Type | Method and Description |
|---|---|
static RDN |
RDN.maxValue()
Returns a constant containing a special RDN which is greater than any
other RDN other than itself.
|
RDN |
DN.rdn()
Returns the RDN of this DN, or
null if this DN is the Root DN. |
static RDN |
RDN.valueOf(String rdn)
Parses the provided LDAP string representation of an RDN using the
default schema.
|
static RDN |
RDN.valueOf(String rdn,
Schema schema)
Parses the provided LDAP string representation of a RDN using the
provided schema.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<RDN> |
DN.iterator()
Returns an iterator of the RDNs contained in this DN.
|
| Modifier and Type | Method and Description |
|---|---|
DN |
DN.child(RDN rdn)
Returns a DN which is an immediate child of this DN and having the
specified RDN.
|
int |
RDN.compareTo(RDN rdn) |
| Modifier and Type | Method and Description |
|---|---|
RDN |
ModifyDNRequest.getNewRDN()
Returns the new RDN of the entry to be renamed.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyDNRequest |
Requests.newModifyDNRequest(DN name,
RDN newRDN)
Creates a new modify DN request using the provided distinguished name and
new RDN.
|
ModifyDNRequest |
ModifyDNRequest.setNewRDN(RDN rdn)
Sets the new RDN of the entry to be renamed.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.