Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
static Rdn |
Rdn.maxValue()
Returns a constant containing a special RDN which sorts after any
RDN other than itself.
|
static Rdn |
Rdn.minValue()
Returns a constant containing a special RDN which sorts before any
RDN other than itself.
|
Rdn |
Dn.rdn()
Returns the RDN of this DN, or
null if this DN is the Root DN. |
Rdn |
Dn.rdn(int index)
Returns the RDN at the specified index for this DN,
or
null if no such RDN exists. |
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) |
Dn |
Dn.rename(Rdn newRdn,
Dn newSuperior)
Returns a DN whose value is the result of applying LDAP modify DN semantics to this DN.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Rdn |
ModifyDnOperation.getNewRDN() |
Modifier and Type | Method and Description |
---|---|
void |
ModifyDnOperation.setNewRDN(Rdn newRDN)
Specifies the newRDN as included in the request from the client.
|
Modifier and Type | Method and Description |
---|---|
Rdn |
SubordinateModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
Rdn |
PreParseModifyDNOperation.getNewRDN()
Retrieves the newRDN as included in the request from the client.
|
Rdn |
PreOperationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
Rdn |
PostSynchronizationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
Rdn |
PostResponseModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
Rdn |
PostOperationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseModifyDNOperation.setNewRDN(Rdn newRDN)
Specifies the newRDN as included in the request from the client.
|
Modifier and Type | Method and Description |
---|---|
static String |
StaticUtils.getObjectClassName(Rdn rdn)
Best effort to find structural object class name of the provided base entry RDN.
|
void |
LDIFWriter.writeModifyDNChangeRecord(Dn dn,
Rdn newRDN,
boolean deleteOldRDN,
Dn newSuperior)
Writes a modify DN change record with the provided information.
|
Copyright 2010-2022 ForgeRock AS.