Search Java Classes and Packages
Search Java Frameworks and Libraries
#Javax.naming.directory Classes and Interfaces - 18 results found.
| Name | Description | Type | Package | Framework |
| AttributeInUseException | This exception is thrown when an operation attempts to add an attribute that already exists. | Class | javax.naming.directory | Java SE |
|
| AttributeModificationException | This exception is thrown when an attempt is made to add, or remove, or modify an attribute, its identifier, | Class | javax.naming.directory | Java SE |
|
| Attribute | This interface represents an attribute associated with a named object. | Interface | javax.naming.directory | Java SE |
|
| Attributes | This interface represents a collection of attributes. | Interface | javax.naming.directory | Java SE |
|
| BasicAttribute | This class provides a basic implementation of the Attribute interface. | Class | javax.naming.directory | Java SE |
|
| BasicAttributes | This class provides a basic implementation of the Attributes interface. | Class | javax.naming.directory | Java SE |
|
| DirContext | The directory service interface, containing methods for examining and updating attributes | Interface | javax.naming.directory | Java SE |
|
| InitialDirContext | This class is the starting context for performing directory operations. | Class | javax.naming.directory | Java SE |
|
| InvalidAttributeIdentifierException | This exception is thrown when an attempt is made to add to create an attribute with an invalid attribute identifier. | Class | javax.naming.directory | Java SE |
|
| InvalidAttributesException | This exception is thrown when an attempt is made to add or modify an attribute set that has been specified | Class | javax.naming.directory | Java SE |
|
| InvalidAttributeValueException | This class is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's | Class | javax.naming.directory | Java SE |
|
| InvalidSearchControlsException | This exception is thrown when the specification of the SearchControls for a search operation is invalid. | Class | javax.naming.directory | Java SE |
|
| InvalidSearchFilterException | This exception is thrown when the specification of a search filter is invalid. | Class | javax.naming.directory | Java SE |
|
| ModificationItem | This class represents a modification item. | Class | javax.naming.directory | Java SE |
|
| NoSuchAttributeException | This exception is thrown when attempting to access an attribute that does not exist. | Class | javax.naming.directory | Java SE |
|
| SchemaViolationException | This exception is thrown when a method in some ways violates the schema. | Class | javax.naming.directory | Java SE |
|
| SearchControls | This class encapsulates factors that determine scope of search and what gets returned | Class | javax.naming.directory | Java SE |
|
| SearchResult | This class represents an item in the NamingEnumeration returned as a result of the DirContext. | Class | javax.naming.directory | Java SE |