| BadFilterException | The exception thrown when there is a problem with either an LDAPFilter
or with the File/URL/Buffer form which we're creating the LDAPFilter. |
| ByteBuf | This class is similar to the java.lang.StringBuffer
class. |
| ConnectionPool | Connection pool, typically used by a server to avoid creating
a new connection for each client
|
| DN | Objects of this class represent distinguished names (DN). |
| DSMLWriter | Class for outputting LDAP entries to a stream as DSML. |
| GetOpt | This class is similar to the getopt() function in
UNIX System V. |
| LDAPFilter | Represents an LDAP search filter, which includes the string-based
representation of the filter and other information retrieved from the
LDAP filter configuration file (or from a buffer in memory or from a URL). |
| LDAPFilterDescriptor | Represents an LDAP filter configuration file read into memory. |
| LDAPFilterList | The list of LDAPFilter objects returned from a LDAPFilterDescriptor
Object. |
| LDAPIntFilterList | Represents an Internal LDAPFilterList object. |
| LDAPIntFilterSet | Represents an LDAPIntFilterSet object. |
| LDAPWriter | Abstract class for outputting LDAP entries to a stream. |
| LDIF | LDAP Data Interchange Format (LDIF) is a file format used to
import and export directory data from an LDAP server and to
describe a set of changes to be applied to data in a directory. |
| LDIFAddContent |
An object of this class represents the content of an LDIF record that
specifies a new entry to be added. |
| LDIFAttributeContent | An object of this class represents the content of an LDIF record that
specifies an entry and its attributes. |
| LDIFBaseContent |
An object of this class represents the content of an LDIF record. |
| LDIFDeleteContent | An object of this class represents the content of an LDIF record that
specifies the deletion of an entry. |
| LDIFModDNContent | An object of this class represents the content of an LDIF record that
specifies changes to an RDN or the DN of an entry. |
| LDIFModifyContent | An object of this class represents the content of an LDIF record that
specifies modifications to an entry. |
| LDIFRecord | An object of this class represents an LDIF record in an LDIF
file (or in LDIF data). |
| LDIFWriter | Class for outputting LDAP entries to a stream as LDIF. |
| MimeBase64Decoder | Implements a plaintext -> Base64 encoder. |
| MimeBase64Encoder | Implements a plaintext -> Base64 encoder. |
| MimeEncoder | This abstract class is the parent of those classes which implement
MIME encoding and decoding: base64. |
| RDN | Objects of this class represent the components of a distinguished
name (DN). |