See: Description
Interface | Description |
---|---|
LDAPBind |
This interface defines a method that can be used to bind to a server when
following a referral.
|
LDAPRebind |
This interface defines a method that can be used to retrieve information to
use to bind to a server when following referrals.
|
LDAPSocketFactory |
This interface defines a method that can be used to construct the socket to
use when communicating with the directory server.
|
Class | Description |
---|---|
JavaToLDAPSocketFactory |
This class provides an
LDAPSocketFactory implementation that wraps a
standard Java socket factory to use when creating sockets. |
LDAPAttribute |
This class provides a data structure that holds information about an LDAP
attribute, including an attribute description (a base name or OID and
optional set of options) and zero or more values.
|
LDAPAttributeSet |
This class provides a data structure that contains a set of LDAP attribute
objects.
|
LDAPConnection |
This class provides an object that may be used to communicate with an LDAP
directory server.
|
LDAPConstraints |
This class provides a data structure which may be used to define a set of
constraints that may be used when processing operations.
|
LDAPControl |
This class provides a data structure that holds information about an LDAP
control.
|
LDAPDN |
This class provides a set of utility methods for working with LDAP DNs.
|
LDAPEntry |
This class provides a data structure that represents an LDAP entry.
|
LDAPExtendedOperation |
This class provides a data structure that represents an LDAP extended
request.
|
LDAPExtendedResponse |
This class provides a data structure which represents an LDAP extended
response.
|
LDAPModification |
This class provides a data structure that represents an LDAP modification.
|
LDAPModificationSet |
This class provides a data structure that represents a set of LDAP
modifications.
|
LDAPRebindAuth |
This class provides a data structure that may be used when authenticating a
connection used to follow a referral.
|
LDAPResponse |
This class provides a data structure that represents a response that may be
received from a directory server.
|
LDAPSearchConstraints |
This class provides a data structure which may be used to define a set of
constraints that may be used when processing search operations.
|
LDAPSearchResults |
This class provides a data structure that provides access to data returned
in response to a search operation.
|
LDAPUrl |
This class provides a data structure that represents an LDAP URL.
|
Exception | Description |
---|---|
LDAPException |
This class defines an exception that may be thrown if an error occurs during
LDAP-related processing.
|
LDAPInterruptedException |
This class provides an exception that may be returned if an operation in
progress is interrupted.
|
LDAPReferralException |
This class provides an exception that may be returned if a referral is
returned in response for an operation.
|
netscape.ldap
package with
com.unboundid.ldap.sdk.migrate.ldapjdk
. Note, however, that the
logic implemented in this package is a wrapper that translates processing to
use the core functionality provided by the UnboundID LDAP SDK for Java, so
code changes may be required to achieve optimal performance.