Package | Description |
---|---|
javax.naming.directory |
Extends the
javax.naming package to provide functionality
for accessing directory services. |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicAttribute |
This class provides a basic implementation of the
Attribute interface. |
Modifier and Type | Method | Description |
---|---|---|
Attribute |
Attributes.get(String attrID) |
Retrieves the attribute with the given attribute id from the
attribute set.
|
Attribute |
BasicAttributes.get(String attrID) |
|
Attribute |
ModificationItem.getAttribute() |
Retrieves the attribute associated with this modification item.
|
Attribute |
Attributes.put(String attrID,
Object val) |
Adds a new attribute to the attribute set.
|
Attribute |
Attributes.put(Attribute attr) |
Adds a new attribute to the attribute set.
|
Attribute |
BasicAttributes.put(String attrID,
Object val) |
|
Attribute |
BasicAttributes.put(Attribute attr) |
|
Attribute |
Attributes.remove(String attrID) |
Removes the attribute with the attribute id 'attrID' from
the attribute set.
|
Attribute |
BasicAttributes.remove(String attrID) |
Modifier and Type | Method | Description |
---|---|---|
NamingEnumeration<? extends Attribute> |
Attributes.getAll() |
Retrieves an enumeration of the attributes in the attribute set.
|
NamingEnumeration<Attribute> |
BasicAttributes.getAll() |
Modifier and Type | Method | Description |
---|---|---|
Attribute |
Attributes.put(Attribute attr) |
Adds a new attribute to the attribute set.
|
Attribute |
BasicAttributes.put(Attribute attr) |
Constructor | Description |
---|---|
ModificationItem(int mod_op,
Attribute attr) |
Creates a new instance of ModificationItem.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b158-1