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. |
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). |