Uses of Class
org.forgerock.opendj.ldap.Rdn
Packages that use 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
Methods in org.forgerock.openam.ldap with parameters of type Rdn -
Uses of Rdn in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return RdnModifier 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.Methods in org.forgerock.opendj.ldap that return types with arguments of type RdnModifier and TypeMethodDescriptionDn.iterator()
Returns an iterator of the RDNs contained in this DN.Methods in org.forgerock.opendj.ldap with parameters of type Rdn -
Uses of Rdn in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return RdnModifier and TypeMethodDescriptionModifyDnRequest.getNewRdn()
Returns the new RDN of the entry to be renamed.Methods in org.forgerock.opendj.ldap.messages with parameters of type RdnModifier 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.