Uses of Interface
javax.naming.directory.Attribute
Package
Description
Extends the
javax.naming
package to provide functionality
for accessing directory services.-
Uses of Attribute in javax.naming.directory
Modifier and TypeClassDescriptionclass
This class provides a basic implementation of theAttribute
interface.Modifier and TypeMethodDescriptionRetrieves the attribute with the given attribute id from the attribute set.ModificationItem.getAttribute()
Retrieves the attribute associated with this modification item.Adds a new attribute to the attribute set.Adds a new attribute to the attribute set.Removes the attribute with the attribute id 'attrID' from the attribute set.Modifier and TypeMethodDescriptionNamingEnumeration
<? extends Attribute> Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set.BasicAttributes.getAll()
Modifier and TypeMethodDescriptionAdds a new attribute to the attribute set.ModifierConstructorDescriptionModificationItem
(int mod_op, Attribute attr) Creates a new instance of ModificationItem.