| 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 |
|
| AuthenticationException | This exception is thrown when an authentication error occurs while accessing the naming or directory service. | Class | javax.naming | Java SE |
|
| AuthenticationNotSupportedException | This exception is thrown when the particular flavor of authentication requested is not supported. | Class | javax.naming | 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 |
|
| BasicControl | This class provides a basic implementation of the Control interface. | Class | javax.naming.ldap | Java SE |
|
| BinaryRefAddr | This class represents the binary form of the address of a communications end-point. | Class | javax.naming | Java SE |
|
| Binding | This class represents a name-to-object binding found in a context. | Class | javax.naming | Java SE |
|
| CannotProceedException | This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further. | Class | javax.naming | Java SE |
|
| CommunicationException | This exception is thrown when the client is unable to communicate with the directory or naming service. | Class | javax.naming | Java SE |
|
| CompositeName | This class represents a composite name -- a sequence of component names spanning multiple namespaces. | Class | javax.naming | Java SE |
|
| CompoundName | This class represents a compound name -- a name from a hierarchical name space. | Class | javax.naming | Java SE |
|
| ConfigurationException | This exception is thrown when there is a configuration problem. | Class | javax.naming | Java SE |
|
| ContextNotEmptyException | This exception is thrown when attempting to destroy a context that If the program wants to handle this exception in particular, it | Class | javax.naming | Java SE |
|
| ControlFactory | This abstract class represents a factory for creating LDAPv3 controls. | Class | javax.naming.ldap | Java SE |
|
| Context | This interface represents a naming context, which consists of a set of name-to-object bindings. | Interface | javax.naming | Java SE |
|
| Control | This interface represents an LDAPv3 control as defined in The LDAPv3 protocol uses controls to send and receive additional data | Interface | javax.naming.ldap | Java SE |
|
| DirectoryManager | This class contains methods for supporting DirContext This class is an extension of NamingManager. | Class | javax.naming.spi | Java SE |
|
| DirStateFactory .Result | An object/attributes pair for returning the result of DirStateFactory. | Class | javax.naming.spi.DirStateFactory | Java SE |
|
| DirContext | The directory service interface, containing methods for examining and updating attributes | Interface | javax.naming.directory | Java SE |
|
| DirObjectFactory | This interface represents a factory for creating an object given an object and attributes about the object. | Interface | javax.naming.spi | Java SE |
|
| DirStateFactory | This interface represents a factory for obtaining the state of an object and corresponding attributes for binding. | Interface | javax.naming.spi | Java SE |
|
| EventContext | Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes. | Interface | javax.naming.event | Java SE |
|
| EventDirContext | Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes. | Interface | javax.naming.event | Java SE |
|
| ExtendedRequest | This interface represents an LDAPv3 extended operation request as defined in ExtendedRequest ::= [APPLICATION 23] SEQUENCE { | Interface | javax.naming.ldap | Java SE |
|
| ExtendedResponse | This interface represents an LDAP extended operation response as defined in ExtendedResponse ::= [APPLICATION 24] SEQUENCE { | Interface | javax.naming.ldap | Java SE |
|
| HasControls | This interface is for returning controls with objects returned in NamingEnumerations. | Interface | javax.naming.ldap | Java SE |
|
| InitialContext | This class is the starting context for performing naming operations. | Class | javax.naming | Java SE |
|
| InitialDirContext | This class is the starting context for performing directory operations. | Class | javax.naming.directory | Java SE |
|
| InitialLdapContext | This class is the starting context for performing LDAPv3-style extended operations and controls. | Class | javax.naming.ldap | Java SE |
|
| InsufficientResourcesException | This exception is thrown when resources are not available to complete the requested operation. | Class | javax.naming | Java SE |
|
| InterruptedNamingException | This exception is thrown when the naming operation being invoked has been interrupted. | Class | javax.naming | 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 |
|
| InvalidNameException | This exception indicates that the name being specified does not conform to the naming syntax of a naming system. | Class | javax.naming | 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 |
|
| InitialContextFactory | This interface represents a factory that creates an initial context. | Interface | javax.naming.spi | Java SE |
|
| InitialContextFactoryBuilder | This interface represents a builder that creates initial context factories. | Interface | javax.naming.spi | Java SE |
|
| LdapName | This class represents a distinguished name as specified by A distinguished name, or DN, is composed of an ordered list of | Class | javax.naming.ldap | Java SE |
|
| LdapReferralException | This abstract class is used to represent an LDAP referral exception. | Class | javax.naming.ldap | Java SE |
|
| LimitExceededException | This exception is thrown when a method terminates abnormally due to a user or system specified limit. | Class | javax.naming | Java SE |
|
| LinkException | This exception is used to describe problems encountered while resolving links. | Class | javax.naming | Java SE |
|
| LinkLoopException | This exception is thrown when a loop was detected while attempting to resolve a link, or an implementation | Class | javax.naming | Java SE |
|
| LinkRef | This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context. | Class | javax.naming | Java SE |
|
| LdapContext | This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style | Interface | javax.naming.ldap | Java SE |
|
| MalformedLinkException | This exception is thrown when a malformed link was encountered while resolving or constructing a link. | Class | javax.naming | Java SE |
|
| ManageReferralControl | Requests that referral and other special LDAP objects be manipulated as normal LDAP objects. | Class | javax.naming.ldap | Java SE |
|
| ModificationItem | This class represents a modification item. | Class | javax.naming.directory | Java SE |
|
| NameAlreadyBoundException | This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to | Class | javax.naming | Java SE |
|
| NameClassPair | This class represents the object name and class name pair of a binding found in a context. | Class | javax.naming | Java SE |
|
| NameNotFoundException | This exception is thrown when a component of the name cannot be resolved because it is not bound. | Class | javax.naming | Java SE |
|
| NamingEvent | This class represents an event fired by a naming/directory service. | Class | javax.naming.event | Java SE |
|
| NamingException | This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces. | Class | javax.naming | Java SE |
|
| NamingExceptionEvent | This class represents an event fired when the procedures/processes used to collect information for notifying listeners of | Class | javax.naming.event | Java SE |
|
| NamingManager | This class contains methods for creating context objects and objects referred to by location information in the naming | Class | javax.naming.spi | Java SE |
|
| NamingSecurityException | This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces. | Class | javax.naming | Java SE |
|
| NoInitialContextException | This exception is thrown when no initial context implementation can be created. | Class | javax.naming | Java SE |
|
| NoPermissionException | This exception is thrown when attempting to perform an operation for which the client has no permission. | Class | javax.naming | Java SE |
|
| NoSuchAttributeException | This exception is thrown when attempting to access an attribute that does not exist. | Class | javax.naming.directory | Java SE |
|
| NotContextException | This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the | Class | javax.naming | Java SE |
|
| Name | The Name interface represents a generic name -- an ordered sequence of components. | Interface | javax.naming | Java SE |
|
| NameParser | This interface is used for parsing names from a hierarchical namespace. | Interface | javax.naming | Java SE |
|
| NamespaceChangeListener | Specifies the methods that a listener interested in namespace changes Specifically, the listener is interested in NamingEvents | Interface | javax.naming.event | Java SE |
|
| NamingEnumeration | This interface is for enumerating lists returned by methods in the javax. | Interface | javax.naming | Java SE |
|
| NamingListener | This interface is the root of listener interfaces that handle NamingEvents. | Interface | javax.naming.event | Java SE |
|
| OperationNotSupportedException | This exception is thrown when a context implementation does not support the operation being invoked. | Class | javax.naming | Java SE |
|
| ObjectChangeListener | Specifies the method that a listener of a NamingEvent with event type of OBJECT_CHANGED must implement. | Interface | javax.naming.event | Java SE |
|
| ObjectFactory | This interface represents a factory for creating an object. | Interface | javax.naming.spi | Java SE |
|
| ObjectFactoryBuilder | This interface represents a builder that creates object factories. | Interface | javax.naming.spi | Java SE |
|
| PagedResultsControl | Requests that the results of a search operation be returned by the LDAP server in batches of a specified size. | Class | javax.naming.ldap | Java SE |
|
| PagedResultsResponseControl | Indicates the end of a batch of search results. | Class | javax.naming.ldap | Java SE |
|
| PartialResultException | This exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot | Class | javax.naming | Java SE |
|
| Rdn | This class represents a relative distinguished name, or RDN, which is a component of a distinguished name as specified by | Class | javax.naming.ldap | Java SE |
|
| RefAddr | This class represents the address of a communications end-point. | Class | javax.naming | Java SE |
|
| Reference | This class represents a reference to an object that is found outside of the naming/directory system. | Class | javax.naming | Java SE |
|
| ReferralException | This abstract class is used to represent a referral exception, which is generated in response to a referral | Class | javax.naming | Java SE |
|
| ResolveResult | This class represents the result of resolution of a name. | Class | javax.naming.spi | Java SE |
|
| Referenceable | This interface is implemented by an object that can provide a Reference to itself. | Interface | javax.naming | Java SE |
|
| Resolver | This interface represents an intermediate context for name resolution. | Interface | javax.naming.spi | 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 |
|
| ServiceUnavailableException | This exception is thrown when attempting to communicate with a directory or naming service and that service is not available. | Class | javax.naming | Java SE |
|
| SizeLimitExceededException | This exception is thrown when a method produces a result that exceeds a size-related limit. | Class | javax.naming | Java SE |
|
| SortControl | Requests that the results of a search operation be sorted by the LDAP server before being returned. | Class | javax.naming.ldap | Java SE |
|
| SortKey | A sort key and its associated sort parameters. | Class | javax.naming.ldap | Java SE |
|
| SortResponseControl | Indicates whether the requested sort of search results was successful or not. | Class | javax.naming.ldap | Java SE |
|
| StartTlsRequest | This class implements the LDAPv3 Extended Request for StartTLS as Lightweight Directory | Class | javax.naming.ldap | Java SE |
|
| StartTlsResponse | This class implements the LDAPv3 Extended Response for StartTLS as Lightweight Directory | Class | javax.naming.ldap | Java SE |
|
| StringRefAddr | This class represents the string form of the address of a communications end-point. | Class | javax.naming | Java SE |
|
| StateFactory | This interface represents a factory for obtaining the state of an object for binding. | Interface | javax.naming.spi | Java SE |
|
| TimeLimitExceededException | This exception is thrown when a method does not terminate within the specified time limit. | Class | javax.naming | Java SE |
|
| UnsolicitedNotificationEvent | This class represents an event fired in response to an unsolicited notification sent by the LDAP server. | Class | javax.naming.ldap | Java SE |
|
| UnsolicitedNotification | This interface represents an unsolicited notification as defined in An unsolicited notification is sent by the LDAP server to the LDAP | Interface | javax.naming.ldap | Java SE |
|
| UnsolicitedNotificationListener | This interface is for handling UnsolicitedNotificationEvent. | Interface | javax.naming.ldap | Java SE |