API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.naming.directory
Author(s)
Since
1.3
Version
Serial
Description
  Extends the javax.naming package to provide functionality for accessing directory services.
See also:   
Attribute View Source This interface represents an attribute associated with a named object.
AttributeInUseException View Source This exception is thrown when an operation attempts to add an attribute that already exists.
AttributeModificationException View Source 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.
Attributes View Source This interface represents a collection of attributes.
BasicAttribute View Source This class provides a basic implementation of the Attribute interface.
BasicAttributes View Source This class provides a basic implementation of the Attributes interface.
DirContext View Source The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
InitialDirContext View Source This class is the starting context for performing directory operations.
InvalidAttributeIdentifierException View Source This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier.
InvalidAttributesException View Source This exception is thrown when an attempt is made to add or modify an attribute set that has been specified incompletely or incorrectly.
InvalidAttributeValueException View Source 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 View Source This exception is thrown when the specification of the SearchControls for a search operation is invalid.
InvalidSearchFilterException View Source This exception is thrown when the specification of a search filter is invalid.
ModificationItem View Source This class represents a modification item.
NoSuchAttributeException View Source This exception is thrown when attempting to access an attribute that does not exist.
SchemaViolationException View Source This exception is thrown when a method in some ways violates the schema.
SearchControls View Source This class encapsulates factors that determine scope of search and what gets returned as a result of the search.
SearchResult View Source This class represents an item in the NamingEnumeration returned as a result of the DirContext.search() methods.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar