Uses of Class
org.forgerock.opendj.ldap.Rdn
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Contains various classes that comprise the core of the Directory Server codebase.
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
Uses of Rdn in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic 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.Dn.rdn()
Returns the RDN of this DN, ornull
if this DN is the empty DN.Dn.rdn
(int index) Returns the RDN at the specified index for this DN, ornull
if no such RDN exists.static Rdn
Parses the provided LDAP string representation of an RDN using the default schema.static Rdn
Parses the provided LDAP string representation of a RDN using the provided schema.Modifier and TypeMethodDescriptionDn.iterator()
Returns an iterator of the RDNs contained in this DN. -
Uses of Rdn in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionModifyDnRequest.getNewRdn()
Returns the new RDN of the entry to be renamed.Modifier and TypeMethodDescriptionstatic ModifyDnRequest
Requests.newModifyDnRequest
(Dn name, Rdn newRDN) Creates a new modify DN request using the provided distinguished name and new RDN.Sets the new RDN of the entry to be renamed. -
Uses of Rdn in org.opends.server.core
-
Uses of Rdn in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionModifyDNMsg.getNewRDN()
Get the new RDN of this operation.ByteArrayScanner.nextRdn()
Reads the next RDN.Modifier and TypeMethodDescriptionAppend an RDN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte array.void
Set the new RDN of this operation.ModifierConstructorDescriptionModifyDNMsg
(Dn dn, CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID, boolean deleteOldRdn, Dn newSuperior, Rdn newRDN) Construct a new Modify DN message (no mods).ModifyDNMsg
(Dn dn, CSN csn, UUID entryUUID, UUID newSuperiorEntryUUID, boolean deleteOldRdn, Dn newSuperior, Rdn newRDN, List<Modification> mods) Construct a new Modify DN message (with mods).ModifyDNMsg
(CSN csn, Dn dn, UUID entryUUID, Rdn newRdn, Dn newSuperior, UUID newSuperiorEntryUUID, boolean deleteOldRdn, byte[] encodedMods, byte[] encodedEclIncludes) Creates a new ModifyDN message. -
Uses of Rdn in org.opends.server.types.operation
Modifier and TypeMethodDescriptionPostCommitModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.PostOperationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.PostResponseModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.PostSynchronizationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.PreOperationModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry.PreParseModifyDNOperation.getNewRDN()
Retrieves the newRDN as included in the request from the client.SubordinateModifyDNOperation.getNewRDN()
Retrieves the new RDN to use for the entry. -
Uses of Rdn in org.opends.server.util
Modifier and TypeMethodDescriptionstatic String
StaticUtils.getObjectClassName
(Rdn rdn) Best effort to find structural object class name of the provided base entry RDN.