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.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise
Edition (dseecompat) compatability access control handler implementation.
|
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) |
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 |
---|---|
boolean |
PatternRDN.matchesRDN(RDN rdn)
Determine whether a given RDN matches the pattern.
|
Modifier and Type | Method and Description |
---|---|
RDN |
ModifyDNOperationWrapper.getNewRDN() |
RDN |
ModifyDNOperationBasis.getNewRDN() |
RDN |
ModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
Constructor and Description |
---|
ModifyDNOperationBasis(ClientConnection clientConnection,
long operationID,
int messageID,
List<Control> requestControls,
DN entryDN,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior)
Creates a new modify DN operation with the provided information.
|
Modifier and Type | Method and Description |
---|---|
RDN |
SubordinateModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
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 |
---|---|
RDN |
ModifyDNChangeRecordEntry.getNewRDN()
Get the new RDN for the requested modify DN operation.
|
Modifier and Type | Method and Description |
---|---|
void |
LDIFWriter.writeModifyDNChangeRecord(DN dn,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior)
Writes a modify DN change record with the provided information.
|
Constructor and Description |
---|
ModifyDNChangeRecordEntry(DN dn,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperiorDN)
Creates a new entry with the provided information.
|
Copyright 2010-2017 ForgeRock AS.