|
LDAP Classes Implements Java LDAP |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Interface Summary | |
LDAPAuthHandler | Used to provide authentication credentials when processing a referral. |
LDAPBindHandler | Used to do explicit bind processing on a referral. |
LDAPMessageQueue | The common interface for LDAPResponseQueue and LDAPSearchQueue. |
LDAPReferralHandler | Shared ancestor to the two types of referral objects - LDAPBind and LDAPRebind. |
LDAPSocketFactory | Used to construct a socket connection for use in an LDAPConnection. |
LDAPUnsolicitedNotificationListener | An object that implements this interface can be notified when unsolicited messages arrive from the server. |
Class Summary | |
LDAPAttribute | Represents the name and values of one attribute of a directory entry. |
LDAPAttributeSchema | Represents the schematic definition of a particular attribute in a particular Directory Server. |
LDAPAttributeSet | An LDAPAttributeSet is a collection of LDAPAttribute
classes as returned from an LDAPEntry on a search or read
operation. |
LDAPAuthProvider | This class encapsulates authentiation credentials for the specified host and port. |
LDAPCompareAttrNames | An object of this class supports sorting search results by attribute name, in ascending or descending order. |
LDAPConnection | Represents the central class that encapsulates the connection to a directory server through the LDAP protocol. |
LDAPConstraints | Represents a set of options to control an LDAP operation. |
LDAPControl | Encapsulates additional optional parameters for an LDAP operation, either on the server or on the client. |
LDAPDITContentRuleSchema | Represents ia specific DIT (Directory Information Tree) content rule in the directory schema. |
LDAPDITStructureRuleSchema | Represents the definition of a specific DIT (Directory Information Tree) structure rule in the directory schema. |
LDAPDN | A utility class to facilitate composition and deomposition of distinguished names (DNs). |
LDAPEntry | Represents a single entry in a directory, consisting of a distinguished name (DN) and zero or more attributes. |
LDAPExtendedOperation | Encapsulates an ID which uniquely identifies a particular extended operation. |
LDAPExtendedResponse | Encapsulates the response returned by an LDAP server on an asynchronous extended operation request. |
LDAPMatchingRuleSchema | Represents the schematic definition of a particular matching rule in a particular Directory Server. |
LDAPMatchingRuleUseSchema | Represents the definition of a specific matching rule use in the directory schema. |
LDAPMessage | Represents the base class for LDAP request and response messages. |
LDAPModification | Represents a single add, delete, or replace operation to an LDAPAttribute. |
LDAPNameFormSchema | Represents a specific a name form in the directory schema. |
LDAPObjectClassSchema | Represents the schematic definition of a particular object class in a particular directory server. |
LDAPResponse | Represents the a message received from an LDAPServer in response to an asynchronous request. |
LDAPResponseQueue | Encapsulates a low-level mechanism for processing asynchronous messages received from a server. |
LDAPSchema | Represents the schema controlling one or more entries held by a Directory Server. |
LDAPSchemaElement | The base class for representing LDAP schema elements. |
LDAPSearchConstraints | Defines the options controlling search operations. |
LDAPSearchQueue | A mechanism for queuing asynchronous search results and references received from a server. |
LDAPSearchResult | Encapsulates a single search result that is in response to an asynchronous search operation. |
LDAPSearchResultReference | Encapsulates a continuation reference from an asynchronous search operation. |
LDAPSearchResults | An LDAPSearchResults provides access to all results received during the operation (entries and exceptions). |
LDAPSyntaxSchema | Represents a specific syntax definition in the directory schema. |
LDAPUrl | Encapsulates parameters of an LDAP URL query as defined in RFC2255. |
Exception Summary | |
LDAPException | Thrown to indicate that an LDAP error has occurred. |
LDAPLocalException | Represents an LDAP exception that is not a result of a server response. |
LDAPReferralException | Thrown when a server returns a referral and when a referral has not been followed. |
Provides binary compatibility with the IETF draft.
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |