Uses of Interface
javax.naming.directory.Attribute
Packages that use Attribute
Package
Description
Extends the
javax.naming
package to provide functionality
for accessing directory services.-
Uses of Attribute in javax.naming.directory
Classes in javax.naming.directory that implement AttributeModifier and TypeClassDescriptionclass
This class provides a basic implementation of theAttribute
interface.Methods in javax.naming.directory that return AttributeModifier 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.Methods in javax.naming.directory that return types with arguments of type AttributeModifier and TypeMethodDescriptionNamingEnumeration
<? extends Attribute> Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set.BasicAttributes.getAll()
Methods in javax.naming.directory with parameters of type AttributeModifier and TypeMethodDescriptionAdds a new attribute to the attribute set.Constructors in javax.naming.directory with parameters of type AttributeModifierConstructorDescriptionModificationItem
(int mod_op, Attribute attr) Creates a new instance of ModificationItem.