IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.ldap.model
Class LDAPListRequest

java.lang.Object
  extended by com.ibm.btt.services.ldap.model.LDAPRequest
      extended by com.ibm.btt.services.ldap.model.LDAPListRequest

public class LDAPListRequest
extends LDAPRequest

This class supports the list and listbindings requests to the LDAP service. If the requestType attribute for this class is list, then this class will support normal listing from the LDAP server. If it is listbindings, then it supports listing of bindings. The two are functionally equivalent, which is why they are supported by the same class. The listbindings request returns directory objects in addition to the results from a normal list.


Field Summary
 
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPRequest
COMPID, requestType
 
Constructor Summary
LDAPListRequest()
          This constructor creates an LDAPListRequest object.
LDAPListRequest(java.lang.String requestType)
          This constructor creates an LDAPListRequest object.
 
Method Summary
 
Methods inherited from class com.ibm.btt.services.ldap.model.LDAPRequest
getBooleanValue, getIntValue, getName, getRequestType, getValue, mapFromContext, setName, setRequestType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPListRequest

public LDAPListRequest()
This constructor creates an LDAPListRequest object.


LDAPListRequest

public LDAPListRequest(java.lang.String requestType)
This constructor creates an LDAPListRequest object.


IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009