Package netscape.ldap

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.
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
DynamicInvoker Utility class to dynamically find methods of a class and to invoke them
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.
LDAPCheckComm This static class checks if the caller is an applet running in Netscape Communicator.
LDAPCompareAttrNames Compares LDAP entries based on one or more attribute values.
LDAPConnection Represents a connection to an LDAP server.
LDAPConnSetupMgr Makes a connection to a server from a list using "smart" failover.
LDAPConnThread Multiple LDAPConnection clones can share a single physical connection, which is maintained by a thread.
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.
LDAPMessageQueue A queue of response messsages from the server.
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.
LDAPResourceBundle This class represents a locale-specific resource for a property file.
LDAPResponse Represents the response to a particular LDAP operation.
LDAPResponseControl  
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.
LDAPSSLSocket  
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.
LDAPSyntaxSchemaElement Helper class supporting schema elements that include syntax definitions - attributes and matching rules
LDAPUrl Represents an LDAP URL.
TTLTimer Represents a timer which will timeout for every certain interval.
 

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.