LDAPAddRequest |
Represents an LDAP add request, which can be used to perform an LDAPv3 add operation
to create a new entry in the directory.
|
LDAPAttribute |
Represents a data structure for holding information about an LDAP attribute, which includes
an attribute name (which may include a set of attribute options) and zero or more values.
|
LDAPBindRequest |
Represents an LDAP bind request, which can be used to perform an LDAPv3 simple bind
operation to authenticate using a bind DN and password.
|
LDAPCompareRequest |
Represents an LDAP compare request, which can be used to perform an LDAPv3 compare operation
to determine whether a specified entry contains a given attribute value.
|
LDAPDeleteRequest |
Represents an LDAP delete request, which can be used to perform an LDAPv3 delete operation
to remove an entry from the directory.
|
LDAPEntry |
Represents a data structure for holding information about an LDAP entry.
|
LDAPMessageFactory |
Represents a factory interface that provides methods for creating LDAP objects.
|
LDAPModification |
Represents a data structure for holding information about an LDAP modification, which
describes a change to apply to an attribute.
|
LDAPModifyDNRequest |
Represents an LDAP modify DN request, which can be used to perform an LDAPv3 modify DN
operation to rename and/or move an entry or subtree in the directory.
|
LDAPModifyRequest |
Represents an LDAP modify request, which can be used to perform an LDAPv3 modify operation
to update an entry in the directory server.
|
LDAPRequest |
A base interface for LDAP requests.
|
LDAPSearchRequest |
Represents an LDAP search request, which can be used to perform an LDAPv3 search operation
to retrieve entries that match a given set of criteria.
|
LDAPSearchResult |
Represents the result of an LDAP search operation.
|