IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Request types

The LDAP Access Service supports several different LDAP request types. These request types support the major functions provided by JNDI. JNDI is the Java standard interface to directory services such as LDAP. Each of the request types supported by the LDAP Access Service is implemented via a subclass of LDAPRequest. The supporting subclass for a request type is referred to as the request model, and contains the data needed by the service to carry out the request.
Table 1. LDAP request types
Request Type Description Supporting Class
list |

listbindings

Lists all entries in the directory underneath a given suffix. LDAPListRequest
lookup Gets an object that is bound to a given DN or suffix. LDAPLookupRequest
search Searches for all entries that match a set of supplied criteria. LDAPSearchRequest
Create Creates a new entry in the directory service. LDAPCreateRequest
destroy Removes a named entry from the directory service. LDAPDestroyRequest
Modify Modifies a named entry in the directory service. LDAPModifyRequest
getattributes Gets attributes for an object that is bound to the supplied suffix or name. LDAPGetAttributes Request


Feedback