JavaTM 2 Platform
Std. Ed. v1.3.1

Package javax.naming.directory

Interface Summary
Attribute This interface represents an attribute associated with a named object.
Attributes This interface represents a collection of attributes.
DirContext The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
 

Class Summary
BasicAttribute This class provides a basic implementation of the Attribute interface.
BasicAttributes This class provides a basic implementation of the Attributes interface.
InitialDirContext This class is the starting context for performing directory operations.
ModificationItem This class represents a modification item.
SearchControls This class encapsulates factors that determine scope of search and what gets returned as a result of the search.
SearchResult This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods.
 

Exception Summary
AttributeInUseException This exception is thrown when an operation attempts to add an attribute that already exists.
AttributeModificationException This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, or its values that conflicts with the attribute's (schema) definition or the attribute's state.
InvalidAttributeIdentifierException This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
InvalidAttributesException This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
InvalidAttributeValueException This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidSearchControlsException This exception is thrown when the specification of the SearchControls for a search operation is invalid.
InvalidSearchFilterException This exception is thrown when the specification of a search filter is invalid.
NoSuchAttributeException This exception is thrown when attempting to access an attribute that does not exist.
SchemaViolationException This exception is thrown when a method in some ways violates the schema.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.