Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
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.protocols.internal |
Contains the implementation for the "internal" connection handler
and its associated classes.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
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 |
Converters.to(org.forgerock.opendj.ldap.RDN rdn)
Converts from OpenDJ LDAP SDK
RDN to OpenDJ server
RDN . |
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()
Retrieves the new RDN to use for the entry.
|
RDN |
ModifyDNOperationBasis.getNewRDN()
Retrieves the new RDN to use for the entry.
|
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 |
---|---|
ModifyDNOperation |
InternalClientConnection.processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior)
Processes an internal modify DN operation with the provided
information.
|
ModifyDNOperation |
InternalClientConnection.processModifyDN(DN entryDN,
RDN newRDN,
boolean deleteOldRDN,
DN newSuperior,
List<Control> controls)
Processes an internal modify DN operation with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
static RDN |
RDN.create(AttributeType attributeType,
org.forgerock.opendj.ldap.ByteString attributeValue)
Creates a new RDN with the provided information.
|
static RDN |
RDN.decode(String rdnString)
Decodes the provided string as an RDN.
|
RDN |
RDN.duplicate()
Creates a duplicate of this RDN that can be modified without
impacting this RDN.
|
RDN |
DN.getRDN(int pos)
Retrieves the RDN component at the specified position in the set
of components for this DN.
|
RDN |
DN.rdn()
Retrieves the outermost RDN component for this DN (i.e., the one
that is furthest from the suffix).
|
Modifier and Type | Method and Description |
---|---|
DN |
DN.child(RDN rdn)
Creates a new DN that is a child of this DN, using the specified
RDN.
|
int |
RDN.compareTo(RDN rdn)
Compares this RDN with the provided RDN based on natural ordering defined
by the toNormalizedByteString() method.
|
DN |
DN.concat(RDN[] rdnComponents)
Creates a new DN that is a descendant of this DN, using the
specified RDN components.
|
Constructor and Description |
---|
DN(RDN[] rdnComponents)
Creates a new DN with the provided set of RDNs, arranged with the
suffix as the last element.
|
DN(RDN rdn,
DN parentDN)
Creates a new DN with the given RDN below the specified parent.
|
Constructor and Description |
---|
DN(List<RDN> rdnComponents)
Creates a new DN with the provided set of RDNs, arranged with the
suffix as the last element.
|
Modifier and Type | Method and Description |
---|---|
RDN |
PostOperationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
RDN |
PreOperationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
RDN |
PostResponseModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
RDN |
SubordinateModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.
|
RDN |
PostSynchronizationModifyDNOperation.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-2015 ForgeRock AS. All Rights Reserved.