| Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
| LDAPAsynchronousConnection | Encapsulates a connection to an LDAP server, providing access to the input queue for messages received. |
| LDAPBind | Performs explicit bind processing on a referral. |
| LDAPEntryComparator | The LDAPEntryComparator interface represents the
algorithm used to sort the search results. |
| LDAPRebind | Specifies how to retrieve authentication information automatically for referrals. |
| 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. |
| LDAPTLSSocketFactory | A socket factory interface for supporting the start TLS LDAPv3 extension (RFC 2830). |
| LDAPTraceWriter | The LDAPTraceWriter interface enables logging of LDAP
trace messages in environments where an OutputStream can not be used. |
| 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. |
Class Summary | |
| 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). |
| LDAPCache | LDAPCache represents an in-memory cache that you can use
to reduce the number of search requests sent to the LDAP server. |
| LDAPCompareAttrNames | Compares LDAP entries based on one or more attribute values. |
| 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. |
| LDAPDN | Represents a distinguished name in LDAP. |
| LDAPEntry | Represents an entry in the directory. |
| LDAPExtendedOperation | Version 3 of the LDAP protocol include the means to define additional operations ("extended operations") beyond the standard LDAP operations. |
| LDAPExtendedResponse | Represents a server response to an extended operation request. |
| LDAPMatchingRuleSchema | The definition of a matching rule in the schema. |
| LDAPMatchingRuleUseSchema | The definition of a matching rule use 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. |
| 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. |
| LDAPSaslBind | Authenticates to a server using SASL |
| LDAPSchema | This object represents the schema of an LDAP v3 server. |
| 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 |
| LDAPSearchResult | A LDAPSearchResult object encapsulates a single search result. |
| LDAPSearchResultReference | An LDAPSearchResultReference object encapsulates a continuation reference from a search operation. |
| LDAPSearchResults | The results of an LDAP search operation, represented as an enumeration. |
| LDAPSortKey | Represents sorting instructions for a particular attribute. |
| LDAPSSLSocketFactory | Creates an SSL socket connection to an LDAP Server. |
| LDAPSSLSocketWrapFactory | Creates an SSL socket connection to an LDAP Server. |
| LDAPSyntaxSchema | The definition of a syntax type in the schema. |
| LDAPUrl | Represents an LDAP URL. |
Exception Summary | |
| LDAPException | Indicates that an error has occurred. |
| LDAPInterruptedException | An exception thrown when the LDAP operation being invoked has been interrupted. |
| LDAPReferralException | Represents the situation in which the LDAP server refers the client to another LDAP server. |