Provides support for LDAPv3 extended operations and controls.
-
Retrieves an RDN of this LDAP name as an Rdn.
Retrieves the list of relative distinguished names.
LdapName.add(int posn,
Rdn comp)
Adds a single RDN at a specified position within this
LDAP name.
Adds a single RDN to the end of this LDAP name.
Adds the RDNs of a name -- in order -- at a specified position
within this name.
Adds the RDNs of a name -- in order -- to the end of this name.
boolean
Determines whether the specified RDN sequence forms a suffix of this
LDAP name.
boolean
Determines whether the specified RDN sequence forms a prefix of this
LDAP name.
Constructs an Rdn from the given rdn
.
Constructs an LDAP name given its parsed RDN components.