| Package | Description |
|---|---|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| Modifier and Type | Method and Description |
|---|---|
Rdn |
LdapName.getRdn(int posn)
Retrieves an RDN of this LDAP name as an Rdn.
|
| Modifier and Type | Method and Description |
|---|---|
List |
LdapName.getRdns()
Retrieves the list of relative distinguished names.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
LdapName.add(int posn, Rdn
Adds a single RDN at a specified position within this LDAP name.
|
Name |
LdapName.add(Rdn
Adds a single RDN to the end of this LDAP name.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
LdapName.addAll(int posn, List
Adds the RDNs of a name -- in order -- at a specified position within this name.
|
Name |
LdapName.addAll(List
Adds the RDNs of a name -- in order -- to the end of this name.
|
boolean |
LdapName.endsWith(List
Determines whether the specified RDN sequence forms a suffix of this LDAP name.
|
boolean |
LdapName.startsWith(List
Determines whether the specified RDN sequence forms a prefix of this LDAP name.
|
| Constructor and Description | |
|---|---|
Rdn(Rdn
Constructs an Rdn from the given
rdn.
|
| Constructor and Description | |
|---|---|
LdapName(List
Constructs an LDAP name given its parsed RDN components.
|