Uses of Class
org.forgerock.opendj.ldap.Rdn
Package
Description
This package contains utility methods to ease/unify development when using the OpenDJ LDAP SDK.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of Rdn in org.forgerock.openam.ldap
-
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.