| Package | Description |
|---|---|
| javax.naming |
Provides the classes and interfaces for accessing naming services.
|
| javax.naming.ldap |
Provides support for LDAPv3 extended operations and controls.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
CompositeName.add(int posn, String
Adds a single component at a specified position within this composite name.
|
Name |
CompoundName.add(int posn, String
Adds a single component at a specified position within this compound name.
|
Name |
Name.add(int posn, String
Adds a single component at a specified position within this name.
|
Name |
CompositeName.add(String
Adds a single component to the end of this composite name.
|
Name |
CompoundName.add(String
Adds a single component to the end of this compound name.
|
Name |
Name.add(String
Adds a single component to the end of this name.
|
Name |
CompositeName.addAll(int posn, Name
Adds the components of a composite name -- in order -- at a specified position within this composite name.
|
Name |
CompoundName.addAll(int posn, Name
Adds the components of a compound name -- in order -- at a specified position within this compound name.
|
Name |
Name.addAll(int posn, Name
Adds the components of a name -- in order -- at a specified position within this name.
|
Name |
CompositeName.addAll(Name
Adds the components of a composite name -- in order -- to the end of this composite name.
|
Name |
CompoundName.addAll(Name
Adds the components of a compound name -- in order -- to the end of this compound name.
|
Name |
Name.addAll(Name
Adds the components of a name -- in order -- to the end of this name.
|
Object |
CompositeName.remove(int posn)
Deletes a component from this composite name.
|
Object |
CompoundName.remove(int posn)
Deletes a component from this compound name.
|
Object |
Name.remove(int posn)
Removes a component from this name.
|
| Constructor and Description | |
|---|---|
CompositeName(String
Constructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).
|
|
CompoundName(String
Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
LdapName.add(int posn, String
Adds a single component at a specified position within this LDAP name.
|
Name |
LdapName.add(String
Adds a single component to the end of this LDAP name.
|
Name |
LdapName.addAll(int posn, Name
Adds the components of a name -- in order -- at a specified position within this name.
|
Name |
LdapName.addAll(Name
Adds the components of a name -- in order -- to the end of this name.
|
Object |
LdapName.remove(int posn)
Removes a component from this LDAP name.
|
| Constructor and Description | |
|---|---|
LdapName(String
Constructs an LDAP name from the given distinguished name.
|
|
Rdn(Attributes
Constructs an Rdn from the given attribute set.
|
|
Rdn(String
Constructs an Rdn from the given string.
|
|
Rdn(String
Constructs an Rdn from the given attribute type and value.
|