LDAPAsynchronousConnection |
Encapsulates a connection to an LDAP server, providing access to the input queue
for messages received.
|
LDAPAttribute |
Represents the name and values of an attribute in an entry.
|
LDAPAttributeSchema |
The definition of an attribute type in the schema.
|
LDAPAttributeSet |
Represents a set of attributes (for example, the set of attributes
in an entry).
|
LDAPBind |
Performs explicit bind processing on a referral.
|
LDAPCache |
LDAPCache represents an in-memory cache that you can use
to reduce the number of search requests sent to the LDAP server.
|
LDAPConnection |
Represents a connection to an LDAP server.
|
LDAPConstraints |
Represents a set of operation preferences.
|
LDAPControl |
Represents arbitrary control data that can be used with a
a particular LDAP operation.
|
LDAPDITContentRuleSchema |
The definition of a DIT content rule in the schema.
|
LDAPDITStructureRuleSchema |
The definition of a DIT structure rule in the schema.
|
LDAPEntry |
Represents an entry in the directory.
|
LDAPEntryComparator |
The LDAPEntryComparator interface represents the
algorithm used to sort the search results.
|
LDAPException |
Indicates that an error has occurred.
|
LDAPExtendedOperation |
Version 3 of the LDAP protocol include the means to define additional
operations ("extended operations") beyond the standard LDAP
operations.
|
LDAPMatchingRuleSchema |
The definition of a matching rule in the schema.
|
LDAPMessage |
Base class for LDAP request and response messages.
|
LDAPModification |
Specifies changes to be made to the values of an attribute.
|
LDAPModificationSet |
Represents a set of modifications to be made to attributes in an entry.
|
LDAPNameFormSchema |
The definition of a name form in the schema.
|
LDAPObjectClassSchema |
The definition of an object class in the schema.
|
LDAPRebind |
Specifies how to retrieve authentication information automatically
for referrals.
|
LDAPRebindAuth |
Represents information used to authenticate the client in cases where
the client follows referrals automatically.
|
LDAPResponse |
Represents the response to a particular LDAP operation.
|
LDAPResponseListener |
Represents the message queue associated with a particular LDAP
operation or operations.
|
LDAPSchemaElement |
Abstract class representing an element (such as an object class
definition, an attribute type definition, or a matching rule
definition) in the schema.
|
LDAPSearchConstraints |
Represents a set of search preferences.
|
LDAPSearchListener |
Manages search results, references and responses returned on one or
more search requests
|
LDAPSearchResults |
The results of an LDAP search operation, represented as an enumeration.
|
LDAPSocketFactory |
Represents a socket connection that you can use to connect to an
LDAP server.
|
LDAPSSLSocketFactoryExt |
Represents an SSL socket connection that you can use to connect to an
LDAP server.
|
LDAPSyntaxSchema |
The definition of a syntax type in the schema.
|
LDAPUrl |
Represents an LDAP URL.
|
LDAPv2 |
This interface summarizes the basic functionality available in the
Lightweight Directory Access Protocol (LDAP) version 2.
|
LDAPv3 |
Specifies additional features available in version 3 of the
LDAP protocol.
|