Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package javax.naming.directory


Classes

interface  Attribute
 This interface defines the valid operations on a particular attribute of a directory entry. More...
class  AttributeInUseException
 Thrown when attempting to add an attribute that is already defined for an object. More...
class  AttributeModificationException
 Thrown when a caller attempts to make an attribute modification that is not permitted. More...
interface  Attributes
 This is the interface to a collection of attributes associated with a directory entry. More...
class  BasicAttribute
 A simple attribute of a directory entry. More...
class  BasicAttributes
 A simple implementation of the Attributes interface. More...
class  BasicNamingEnumeration< T >
 A simple implementation of NamingEnumeration. More...
interface  DirContext
 This is the main interface to a directory service. More...
class  InitialDirContext
 This is the root context for directory service operations. More...
class  InvalidAttributeIdentifierException
 Thrown when the identifier part of an attribute is invalid. More...
class  InvalidAttributeValueException
 Thrown when the value part of an attribute is invalid. More...
class  InvalidAttributesException
 Thrown when an attempt is made to set attributes that are invalid for the entry they are being targeted. More...
class  InvalidSearchControlsException
 Thrown when the SearchControls for a given search are invalid. More...
class  InvalidSearchFilterException
 Thrown when the search filter specification is invalid. More...
class  ModificationItem
 This class is a combination of a modification code and attribute. More...
class  NoSuchAttributeException
 Thrown when an attempt is made to access a non-existent attribute. More...
class  SchemaViolationException
 Thrown when attempting to make a modification that contravenes the directory schema. More...
class  SearchControls
 This class represents the scope of a search, and the list of attributes that the search encompasses. More...
class  SearchResult
 SearchResult returned from a search on a directory context and is provided by a NamingEnumeration. More...