| Package | Description |
|---|---|
| javax.naming.directory |
Extends the
javax.naming package to provide functionality for accessing directory services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAttribute
This class provides a basic implementation of the
Attribute interface.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
BasicAttributes.get(String
|
Attribute |
Attributes.get(String
Retrieves the attribute with the given attribute id from the attribute set.
|
Attribute |
ModificationItem.getAttribute()
Retrieves the attribute associated with this modification item.
|
Attribute |
BasicAttributes.put(Attribute
|
Attribute |
Attributes.put(Attribute
Adds a new attribute to the attribute set.
|
Attribute |
BasicAttributes.put(String
|
Attribute |
Attributes.put(String
Adds a new attribute to the attribute set.
|
Attribute |
BasicAttributes.remove(String
|
Attribute |
Attributes.remove(String
Removes the attribute with the attribute id 'attrID' from the attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
NamingEnumeration |
BasicAttributes.getAll()
|
NamingEnumeration |
Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
BasicAttributes.put(Attribute
|
Attribute |
Attributes.put(Attribute
Adds a new attribute to the attribute set.
|
| Constructor and Description | |
|---|---|
ModificationItem(int mod_op, Attribute
Creates a new instance of ModificationItem.
|